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 b83c2b2 commit 7766b1c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,13 +135,12 @@ jobs:
addon/.cargo-cache
addon/target/
key: ${{ matrix.settings.target }}-cargo-ubuntu-latest
- uses: goto-bus-stop/setup-zig@v2
- name: Build
shell: alpine.sh --root {0}
run: |-
set -e &&
apk update &&
apk add curl gcc g++ libuuid libevdev-dev xdo xdotool-dev libc-dev pkgconfig glib-dev gtk+3.0-dev pango-dev cairo-dev fontconfig-dev nodejs npm &&
apk add curl zig gcc g++ 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 target add ${{ matrix.settings.target }} &&
Expand Down

0 comments on commit 7766b1c

Please sign in to comment.