Skip to content

Commit

Permalink
Update GenerateRelease.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
radj307 authored Apr 11, 2023
1 parent 1c95fff commit 2f5c783
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/GenerateRelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
run: |
if [ "$RUNNER_OS" == "Linux" ]; then
sudo apt-get install -y gcc-12 cmake ninja-build
gcc -v
elif [ "$RUNNER_OS" == "macOS" ]; then
brew install gcc@10 cmake ninja
elif [ "$RUNNER_OS" == "Windows" ]; then
Expand All @@ -82,8 +83,8 @@ jobs:
if: ${{ runner.os != 'Windows' }}
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -G Ninja
env:
CC: gcc-10
CXX: g++-10
CC: gcc-12
CXX: g++-12

# Build Binary
- name: Build
Expand Down

0 comments on commit 2f5c783

Please sign in to comment.