Skip to content

Commit

Permalink
Reticulating splines...
Browse files Browse the repository at this point in the history
fixing includes
  • Loading branch information
nick-mobilecoin committed Oct 25, 2022
1 parent 4963dc0 commit e5874c5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,6 @@ jobs:
- aarch64-apple-ios
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/sgxsdk
- uses: ./.github/actions/dcap-libs
- uses: actions-rs/toolchain@v1
with:
profile: minimal
Expand All @@ -201,7 +199,7 @@ jobs:
jq -r '.packages[].name' | \
grep -v -E 'sys$' | \
grep -P '(sgx-(?!t))|(types)' | \
xargs -n1 sh -c 'CFLAGS="-isystem/home/nick/git/sgx/core/build/headers -isystem/opt/intel/sgxsdk/include/tlibc" cargo build --target ${{ matrix.target }} -p $0 || exit 255'
xargs -n1 sh -c 'CFLAGS="-isystem${GITHUB_WORKSPACE}/core/build/headers -isystem${GITHUB_WORKSPACE}/core/build/headers/tlibc" cargo build --target ${{ matrix.target }} -p $0 || exit 255'
test:
runs-on: ubuntu-20.04
Expand Down

0 comments on commit e5874c5

Please sign in to comment.