Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Dillonb committed Aug 4, 2024
1 parent c1f4b18 commit 8a5b62d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,15 +78,15 @@ jobs:
mkdir -p build
cd build
cmake -DCMAKE_BUILD_TYPE=Release -G Ninja ..
make
ninja
strip n64
- name: Run tests on N64
env:
CTEST_OUTPUT_ON_FAILURE: 1
run: |
cd build
make test
ninja test
- name: Collect files
run: |
Expand Down

0 comments on commit 8a5b62d

Please sign in to comment.