diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 083ee77c..ad409e4e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -332,6 +332,9 @@ jobs: shell: bash - name: Set CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER run: echo "CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER=${{ matrix.target }}-gcc" >> $GITHUB_ENV + - name: test + run: export CC_x86_64_unknown_linux_gnu=x86_64-linux-gnu-gcc; export CXX_x86_64_unknown_linux_gnu=x86_64-linux-gnu-g++; export AR_x86_64_unknown_linux_gnu=x86_64-linux-gnu-ar; + shell: bash - name: Build for ${{ matrix.target }} run: cargo build --target ${{ matrix.target }} --all-targets --features fips