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 20, 2023
1 parent 25e7192 commit 4e50f33
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,8 @@ jobs:
apk add curl git gcc g++ make cmake gfortran libffi-dev openssl-dev autoconf automake libtool libuuid libevdev-dev xdo xdotool-dev libc-dev pkgconfig glib-dev gtk+3.0-dev pango-dev cairo-dev fontconfig-dev nodejs npm &&
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh /dev/stdin -y &&
source $HOME/.cargo/env &&
rustup install nightly &&
rustup default nightly &&
rustup target add ${{ matrix.settings.target }} &&
npm install &&
PKG_CONFIG_SYSROOT_DIR=/ CARGO_BUILD_TARGET=${{ matrix.settings.target }} npm run build &&
Expand Down Expand Up @@ -184,6 +186,8 @@ jobs:
n stable &&
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh /dev/stdin -y &&
source $HOME/.cargo/env &&
rustup install nightly &&
rustup default nightly &&
rustup target add aarch64-unknown-linux-gnu &&
cd /addon/addon &&
npm install &&
Expand Down

0 comments on commit 4e50f33

Please sign in to comment.