Skip to content

Commit

Permalink
Again OpenBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
gon1332 committed Jan 28, 2025
1 parent b0f5bac commit 2257646
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 @@ -30,7 +30,7 @@ jobs:
sync_files: runner-to-vm
shell: bash
run: |
sudo pkg_add cmake ninja
sudo pkg_add cmake ninja gcc
cmake --preset package
cmake --build --preset package
Expand All @@ -48,7 +48,7 @@ jobs:
sync_files: runner-to-vm
shell: bash
run: |
sudo pkg install -y cmake ninja
sudo pkg install -y cmake ninja gcc
cmake --preset package
cmake --build --preset package
Expand Down

0 comments on commit 2257646

Please sign in to comment.