Skip to content

Commit

Permalink
add apt repository before install
Browse files Browse the repository at this point in the history
  • Loading branch information
mikirov committed Aug 2, 2023
1 parent 2029bc6 commit 3850b9e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,11 @@ jobs:
run: |
docker run -v $GITHUB_WORKSPACE:/kagome --rm soramitsu/kagome:latest sh -c "cp /usr/local/bin/kagome . && chmod +x kagome"
- run : sudo apt-get update && sudo apt-get install --no-install-recommends -y libstdc++6 libc6 libnsl2 libatomic1
- run : |
wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add - && \
add-apt-repository -y "deb http://deb.debian.org/debian/ testing main" && \
apt-get update && \
apt-get install --no-install-recommends -y libstdc++6 libc6 libnsl2
- name: Debugging
run: |
Expand Down

0 comments on commit 3850b9e

Please sign in to comment.