Skip to content

Commit

Permalink
Update inox-dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GraphR00t authored Apr 29, 2024
1 parent 9e996c1 commit ddae412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/inox-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Env setup
run: |
echo "CGO_ENABLED=1" >> $GITHUB_ENV
echo "CXX=/usr/bin/g++-12" >> $GITHUB_ENV
echo "CXX=x86_64-linux-gnu-g++-12" >> $GITHUB_ENV
- name: Go env
run: go env
Expand Down

0 comments on commit ddae412

Please sign in to comment.