Skip to content

Commit

Permalink
Fix build 6
Browse files Browse the repository at this point in the history
  • Loading branch information
raub committed Nov 22, 2023
1 parent 8ca2d4f commit f945928
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -82,11 +82,11 @@ jobs:

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

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

- name: Build Windows
if: matrix.os == 'windows-2022'
Expand Down

0 comments on commit f945928

Please sign in to comment.