Skip to content

Commit

Permalink
fix for pc
Browse files Browse the repository at this point in the history
  • Loading branch information
KenVanHoeylandt committed Jan 19, 2024
1 parent db4b044 commit 5e95344
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
- name: Configure Project
uses: threeal/[email protected]
- name: Prepare Project
runs: cmake -S ./ -B build
run: cmake -S ./ -B build
- name: Build Project
runs: cmake --build build
run: cmake --build build

0 comments on commit 5e95344

Please sign in to comment.