Skip to content

Commit

Permalink
Try
Browse files Browse the repository at this point in the history
  • Loading branch information
Cuda-Chen committed Nov 25, 2023
1 parent 9c686b7 commit c352110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
distro: ubuntu20.04
env: |
CXX: ${{ matrix.cxx_compiler }}
ARCH_CFLAGS: ${{ matrix.arch_with_features.arch_cflags && 'ARCH_CFLAGS=${{ matrix.arch_with_features.arch_cflags }}' }}
ARCH_CFLAGS: ${{ matrix.arch_with_features.arch_cflags && '' || 'ARCH_CFLAGS=${{ matrix.arch_with_features.arch_cflags }}' }}
install: |
apt-get update -q -y
apt-get install -q -y "${{ matrix.cxx_compiler }}" make
Expand Down

0 comments on commit c352110

Please sign in to comment.