Skip to content

Commit

Permalink
Fix CI [skip skia]
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooooooklyn committed Feb 5, 2024
1 parent d5abbbc commit 370d04d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-rust/action.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 'Setup rust'
description: 'Rust setup, including cache configuration'
inputs:
target:
targets:
description: 'Cargo target'
required: true
components:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ jobs:
docker: ghcr.io/brooooooklyn/canvas/ubuntu-builder:jammy-aarch64
build: >-
set -e &&
rustup toolchain install $(cat ./rust-toolchain) &&
rustup target add aarch64-unknown-linux-gnu &&
yarn build --target aarch64-unknown-linux-gnu
- host: ubuntu-latest
Expand All @@ -120,7 +119,6 @@ jobs:
docker: ghcr.io/brooooooklyn/canvas/musl-builder:lts
build: >-
set -e &&
rustup toolchain install $(cat ./rust-toolchain) &&
rustup target add aarch64-unknown-linux-musl &&
unset RUSTFLAGS &&
export LIB_AOM_PKG_CONFIG_PATH=/usr/aarch64-alpine-linux-musl/aom/lib/pkgconfig/aom.pc &&
Expand Down

0 comments on commit 370d04d

Please sign in to comment.