Skip to content

Commit

Permalink
Update build-and-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
davidstone authored Jan 31, 2024
1 parent abf2827 commit 9e916a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
wget https://boostorg.jfrog.io/artifactory/main/release/1.84.0/source/boost_1_84_0.tar.bz2
tar xf boost_1_84_0.tar.bz2
mkdir -p boost/include
ln -s boost_1_84_0/boost $PWD/boost/include/boost
ln -s $PWD/boost_1_84_0/boost boost/include/boost
- name: Print stuff
run: |
Expand Down

0 comments on commit 9e916a3

Please sign in to comment.