Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
debug CI
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Jun 5, 2023
1 parent 825a6d2 commit b9fa92d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Expand Up @@ -106,6 +106,7 @@ jobs:
shell: bash
run: |
source PawPaw/local.env win32
alias
cmake -S . -B build
$(which cmake) --build build -j $(nproc)
- name: Create zip package
Expand Down Expand Up @@ -177,6 +178,7 @@ jobs:
shell: bash
run: |
source PawPaw/local.env win64
alias
cmake -S . -B build
$(which cmake) --build build -j $(nproc)
- name: Create zip package
Expand Down

0 comments on commit b9fa92d

Please sign in to comment.