Skip to content

Commit

Permalink
Use none
Browse files Browse the repository at this point in the history
  • Loading branch information
Cuda-Chen committed Nov 25, 2023
1 parent b326f18 commit a1e359b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/github_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ jobs:
strategy:
matrix:
arch_with_features: [
{arch: armv7, feature: none, arch_cflags: null},
{arch: aarch64, feature: none, arch_cflags: null},
{arch: aarch64, feature: crypto+crc, arch_cflags: null},
{arch: armv7, feature: none, arch_cflags: none},
{arch: aarch64, feature: none, arch_cflags: none},
{arch: aarch64, feature: crypto+crc, arch_cflags: none},
{arch: armv7, feature: none, arch_cflags: '-mcpu=cortex-a32 -mfpu=neon-fp-armv8'}
]
cxx_compiler: [g++-10, clang++-11]
Expand All @@ -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 }}
install: |
apt-get update -q -y
apt-get install -q -y "${{ matrix.cxx_compiler }}" make
Expand Down

0 comments on commit a1e359b

Please sign in to comment.