Skip to content

Commit

Permalink
potential dependency fix
Browse files Browse the repository at this point in the history
  • Loading branch information
luca992 committed Oct 10, 2023
1 parent db4437c commit 7764361
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/Integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,12 @@ jobs:
echo "http://dl-cdn.alpinelinux.org/alpine/edge/main" >> /etc/apk/repositories
echo "http://dl-cdn.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories
apk --no-cache update
apk --no-cache add curl tar make gcc g++ musl-dev openjdk11 rust@edge cargo@edge binaryen@edge rustup@edge
apk --no-cache add curl tar make gcc g++ musl-dev openjdk11 binaryen
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
- name: Install Rustup
run: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
- name: Install sccache
env:
LINK: https://github.com/mozilla/sccache/releases/download
Expand Down

0 comments on commit 7764361

Please sign in to comment.