Skip to content

Commit

Permalink
build: split up "build it" CI step
Browse files Browse the repository at this point in the history
This is supposed to make the CI work as intended on Windows.
  • Loading branch information
cjihrig committed Oct 13, 2019
1 parent e8146cf commit 64ec623
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: 12.x
- name: Environment Information
run: npx envinfo
- name: build it
run: |
npx envinfo
cmake .
cmake --build . --target check
env:
Expand Down

0 comments on commit 64ec623

Please sign in to comment.