Skip to content

Commit

Permalink
fuck windows
Browse files Browse the repository at this point in the history
  • Loading branch information
gengjiawen committed Apr 18, 2020
1 parent d9ee392 commit 28eaceb
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,4 @@ jobs:
- name: build
run: cmake --build ${{runner.workspace}}/build -j 2
- name: test
if: matrix.os != 'windows-latest'
run: ${{runner.workspace}}/build/d8 -e 42
- name: test-windows
if: matrix.os == 'windows-latest'
run: ${{runner.workspace}}/build/d8.exe -e 42
run: cd ${{runner.workspace}}/build/ && ./d8 -e 42

0 comments on commit 28eaceb

Please sign in to comment.