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 7a3258c commit b435975
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/github_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,12 @@ jobs:
distro: ubuntu20.04
env: |
CXX: ${{ matrix.cxx_compiler }}
ARCH_CFLAGS: ${{ !matrix.arch_with_features.arch_cflags && '' }}
install: |
apt-get update -q -y
apt-get install -q -y "${{ matrix.cxx_compiler }}" make
apt-get install -q -y gcc
run: |
make FEATURE=${{ matrix.arch_with_features.feature }} check
make FEATURE=${{ matrix.arch_with_features.feature }} ${{ !matrix.arch_with_features.arch_cflags && '' || 'ARCH_CFLAGS=${{ master.arch_with_features.arch_cflags }}'}} check
host_win_msvc:
runs-on: windows-2022
Expand Down

0 comments on commit b435975

Please sign in to comment.