Skip to content

Commit

Permalink
fix filename
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog-crabnebula committed Oct 8, 2024
1 parent eec912a commit 2366191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +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:${{ matrix.config.target }} -f cross/docker/${{ matrix.config.target }}.Dockerfile cross/docker
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:${{ matrix.config.target }} -f cross/docker/Dockerfile.${{ matrix.config.target }} cross/docker
sudo docker build --build-arg CROSS_BASE_IMAGE=cross:${{ matrix.config.target }}: -t cross-rusty_v8:${{ matrix.config.target }} .
- name: Cache
Expand Down

0 comments on commit 2366191

Please sign in to comment.