Skip to content

Commit

Permalink
Use github actions var expansion.
Browse files Browse the repository at this point in the history
  • Loading branch information
mysterymath committed Nov 4, 2022
1 parent 18b5660 commit bf0d477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: |
mkdir build
cd build
cmake -DCMAKE_PREFIX_PATH=$GITHUB_WORKSPACE/llvm-mos -G Ninja ..
cmake -DCMAKE_PREFIX_PATH=${{github.workspace}}/llvm-mos -G Ninja ..
ninja
- name: Run the test suite.
Expand Down

0 comments on commit bf0d477

Please sign in to comment.