Skip to content

Commit

Permalink
Fix build 8
Browse files Browse the repository at this point in the history
  • Loading branch information
raub committed Nov 23, 2023
1 parent a19406c commit fa20b1f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,11 @@ jobs:

- name: LS Unix 1
if: matrix.os != 'windows-2022'
run: ls src/bullet3
run: ls src/bullet3/installed

- name: LS Unix 1
if: matrix.os != 'windows-2022'
run: ls src/bullet3/build

- name: LS Unix 2
if: matrix.os != 'windows-2022'
Expand Down

0 comments on commit fa20b1f

Please sign in to comment.