Skip to content

Commit

Permalink
Change compiler to gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
sgpjesus authored May 31, 2024
1 parent 3d11258 commit 293fe3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
export COMPILER="gcc"
export OS_NAME="macos"
elif [[ "${{ matrix.os }}" == "ubuntu-latest" ]]; then
export COMPILER="clang"
export COMPILER="gcc"
export OS_NAME="linux"
fi
export BUILD_DIRECTORY="$GITHUB_WORKSPACE"
Expand Down

0 comments on commit 293fe3b

Please sign in to comment.