Skip to content

Commit

Permalink
Move cross config
Browse files Browse the repository at this point in the history
  • Loading branch information
marlonbaeten committed Aug 26, 2024
1 parent 9e7c3af commit 81b4dce
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,4 @@ jobs:
- name: Cross build
run: cross build --release --locked --target ${{ matrix.target }} --manifest-path backend/Cargo.toml
env:
AWS_LC_SYS_CMAKE_BUILDER: '1'
AWS_LC_SYS_CMAKE_BUILDER: 1
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
- name: Cross build
run: cross build --release --locked --target ${{ matrix.target }} --manifest-path backend/Cargo.toml
env:
AWS_LC_SYS_CMAKE_BUILDER: '1'
AWS_LC_SYS_CMAKE_BUILDER: 1

- name: Copy binaries
if: ${{ matrix.platform == null }}
Expand Down
File renamed without changes.

0 comments on commit 81b4dce

Please sign in to comment.