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 Feb 1, 2024
1 parent 0aa12b6 commit 8f8a53c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set test environment variables
run: |
echo "TM_SETTINGS_DIRECTORY=$PWD/settings" >> "$GITHUB_ENV"
echo "TM_TEST_DIRECTORY=$PWD/test" >> "$GITHUB_ENV"
- name: Get boost
run: |
wget https://boostorg.jfrog.io/artifactory/main/release/1.84.0/source/boost_1_84_0.tar.bz2
Expand Down

0 comments on commit 8f8a53c

Please sign in to comment.