Skip to content

Commit

Permalink
Get cmake version before running setup-emsdk
Browse files Browse the repository at this point in the history
  Try running cmake before setup-emsdk to verify that setup-emsdk is not
  corrupting the environment on windows 2019 runners
  • Loading branch information
ianpurvis committed Jan 27, 2021
1 parent 71ddbf4 commit 66c318b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/continuous.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ jobs:
build:
runs-on: ${{ matrix.os }}
steps:
- run: cmake --version
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
Expand Down

0 comments on commit 66c318b

Please sign in to comment.