Skip to content

Commit

Permalink
add community edge repo to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
luca992 committed Oct 10, 2023
1 parent 07df700 commit db4437c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/Integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
- name: Install dependencies
run: |
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
- name: Install sccache
Expand Down

0 comments on commit db4437c

Please sign in to comment.