Skip to content

Commit

Permalink
Update GenerateRelease.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
radj307 authored Sep 9, 2022
1 parent 4897767 commit 177cf56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/GenerateRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ jobs:
if: ${{ runner.os != 'Windows' }}
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -G Ninja
env:
CC: gcc-12
CXX: g++-12
CC: ${{github.workspace}}/gcc*/bin/gcc*
CXX: ${{github.workspace}}/gcc*/bin/g++*

# Build Binary
- name: Build
Expand Down

0 comments on commit 177cf56

Please sign in to comment.