Skip to content

Commit

Permalink
Fix CI syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremysalwen authored Jul 27, 2024
1 parent a50d463 commit 6ac814a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
sudo apt install -y $(cat apt-dependencies.txt)
- name: Install Pangolin
run: |
wget https://github.com/stevenlovegrove/Pangolin/archive/refs/tags/v0.9.1.tar.gz -O ../libpangolin.tar.gz
tar xvf ../libpangolin.tar.gz -C ../
cd ../Pangolin-0.9.1
Expand Down

0 comments on commit 6ac814a

Please sign in to comment.