Skip to content

Commit

Permalink
switch valitation test to master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
lukka committed May 4, 2020
1 parent f199496 commit 1e56910
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
npm install
npm run test
name: build and test
- uses: lukka/get-cmake@dev/3.17.2
# Ideally instead of '@master' there should be either the target PR branch merged, or this branch.
- uses: lukka/get-cmake@master
name: validation test by running get-cmake
- run: |
which cmake
Expand Down

0 comments on commit 1e56910

Please sign in to comment.