Skip to content

Commit

Permalink
dbg
Browse files Browse the repository at this point in the history
  • Loading branch information
pgrit committed Jun 8, 2024
1 parent 0b33d58 commit a451ef3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ jobs:
run: choco install ninja && choco upgrade llvm
if: runner.os == 'Windows'

- name: DEBUG - check if libomp exists
run: ls "C:\Program Files\LLVM\lib"
if: runner.os == 'Windows'

- name: Build and test
run: ./make.ps1 -prebuiltFrontend frontend/flipbook.js
shell: pwsh
Expand Down

0 comments on commit a451ef3

Please sign in to comment.