diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index f829324..46ac23f 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -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 && @@ -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 &&