Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Cuda-Chen committed Nov 22, 2023
1 parent 7609b5c commit 4423119
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:
apt-get install -q -y "${{ matrix.cxx_compiler }}" make
apt-get install -q -y gcc
run: |
make FEATURE=${{ matrix.arch_with_features.feature }} ${{ matrix.arch_with_features.arch_flags != '' && "ARCH_CFLAGS=${{ master.arch_with_features.arch_flags }}" || '' }} check
make FEATURE=${{ matrix.arch_with_features.feature }} ${{ (matrix.arch_with_features.arch_flags != '') && 'ARCH_CFLAGS=${{ master.arch_with_features.arch_flags }}' || '' }} check
host_win_msvc:
runs-on: windows-2022
Expand Down

0 comments on commit 4423119

Please sign in to comment.