Skip to content

Commit

Permalink
lets try to debug some
Browse files Browse the repository at this point in the history
  • Loading branch information
Codinablack committed Nov 30, 2024
1 parent d6ecd46 commit 57416a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/linux_build_runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ jobs:
- name: Build Project
run: |
make -j $(nproc) config=${{ matrix.configuration }}
make help
make -j $(nproc)
- name: Create and Upload Artifact
if: ${{ github.event_name != 'pull_request' }}
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/windows_build_runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ jobs:
else
vcpkg install
fi
vcpkg integrate install
- name: Build Project
run: |
Expand Down

0 comments on commit 57416a0

Please sign in to comment.