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 97e9108 commit b14c152
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
sync_files: runner-to-vm
shell: bash
run: |
sudo pkg install -y cmake ninja gcc
sudo pkg install -y cmake ninja
cmake --preset package
cmake --build --preset package
Expand Down
3 changes: 1 addition & 2 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@
}
},
"cacheVariables": {
"CMAKE_BUILD_TYPE": "Release",
"CMAKE_C_COMPILER": "gcc"
"CMAKE_BUILD_TYPE": "Release"
}
}
],
Expand Down

0 comments on commit b14c152

Please sign in to comment.