Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SOVLOOKUP authored Oct 13, 2023
1 parent eb8f2a4 commit 05765b2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,16 +164,15 @@ jobs:
githubToken: ${{ github.token }}
dockerRunArgs: |
--volume "${PWD}:/addon"
install: |
run: |
set -e &&
apt-get update &&
apt-get install nodejs npm libxdo-dev uuid-dev libc-dev pkg-config libglib2.0-dev libgtk-3-dev libgtk2.0-dev libpango1.0-dev libcairo2-dev libfontconfig1-dev -y &&
npm install n -g &&
n stable &&
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh /dev/stdin -y &&
source $HOME/.cargo/env &&
rustup target add aarch64-unknown-linux-gnu
run: |
rustup target add aarch64-unknown-linux-gnu &&
cd /addon/addon &&
npm install &&
PKG_CONFIG_SYSROOT_DIR=/ CARGO_BUILD_TARGET=aarch64-unknown-linux-gnu npm run build &&
Expand Down

0 comments on commit 05765b2

Please sign in to comment.