Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
externl committed Dec 21, 2023
1 parent f855628 commit 1986d80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ runs:
run: |
export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
make -j3 V=1
shell: bash
if: startsWith(matrix.os, 'ubuntu') || startsWith(matrix.os, 'macos')

- name: Build
run: msbuild /m /p:Platform=x64 ice.proj
shell: powershell
if: startsWith(matrix.os, 'windows')
2 changes: 1 addition & 1 deletion .github/actions/test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ runs:

- name: Test
run: python allTests.py --platform=x64 --workers=3
shell: bash
shell: powershell
if: startsWith(matrix.os, 'windows')

0 comments on commit 1986d80

Please sign in to comment.