Skip to content

Commit

Permalink
Update windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnavMehta3000 authored Aug 7, 2024
1 parent ab19791 commit 1fe4fb4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,8 @@ jobs:
path: ${{ env.XMAKE_GLOBALDIR }}/.xmake/packages
key: ${{ steps.restore-depcache.outputs.cache-primary-key }}

- name: Build Visualizer
run: xmake --all --yes
# - name: Build Visualizer
# run: xmake --all --yes

- name: Run tests
run: xmake test */compile_pass

0 comments on commit 1fe4fb4

Please sign in to comment.