Skip to content

Commit

Permalink
inline
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog-crabnebula committed Oct 8, 2024
1 parent 1106acc commit 3e1c2bd
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,11 +149,7 @@ jobs:
run: |
mkdir -p /home/runner/.local/bin
curl -qL https://github.com/cross-rs/cross/releases/download/v0.2.5/cross-x86_64-unknown-linux-musl.tar.gz | tar xz -C /home/runner/.local/bin
sudo docker build \
--build-arg ANDROID_SDK=30 \
--build-arg ANDROID_VERSION=11.0.0_r67 \
--build-arg ANDROID_NDK=r27b
--build-arg CROSS_BASE_IMAGE=ghcr.io/cross-rs/${{ matrix.config.target }}:0.2.5 -t cross-rusty_v8:${{ matrix.config.target }} .
sudo docker build --build-arg ANDROID_SDK=30 --build-arg ANDROID_VERSION=11.0.0_r67 --build-arg ANDROID_NDK=r27b --build-arg CROSS_BASE_IMAGE=ghcr.io/cross-rs/${{ matrix.config.target }}:0.2.5 -t cross-rusty_v8:${{ matrix.config.target }} .
- name: Cache
uses: actions/cache@v3
Expand Down

0 comments on commit 3e1c2bd

Please sign in to comment.