Skip to content

Commit

Permalink
CI: "apt update" before "apt install"
Browse files Browse the repository at this point in the history
  • Loading branch information
jesec committed Apr 4, 2021
1 parent 31adfe2 commit 67ae301
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v2

- run: sudo apt update
- run: sudo apt install -y build-essential ninja-build libgtest-dev libcurl4-openssl-dev libncursesw5-dev libssl-dev libxmlrpc-c++8-dev nlohmann-json3-dev zlib1g-dev

- name: Checkout libTorrent
Expand Down Expand Up @@ -46,6 +47,7 @@ jobs:
steps:
- uses: actions/checkout@v2

- run: sudo apt update
- run: sudo apt install -y build-essential
- run: sudo wget https://github.com/bazelbuild/bazelisk/releases/latest/download/bazelisk-linux-amd64 -O /usr/local/bin/bazel
- run: sudo chmod +x /usr/local/bin/bazel
Expand Down Expand Up @@ -80,6 +82,7 @@ jobs:
env:
LLVM_VERSION: 11

- run: sudo apt update
- run: sudo apt install -y build-essential
- run: sudo wget https://github.com/bazelbuild/bazelisk/releases/latest/download/bazelisk-linux-amd64 -O /usr/local/bin/bazel
- run: sudo chmod +x /usr/local/bin/bazel
Expand Down

0 comments on commit 67ae301

Please sign in to comment.