Skip to content

Commit

Permalink
[workflows/ci.yml] Run apt-get update before installing
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkf committed Oct 16, 2023
1 parent 2883baa commit 150aa26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ jobs:
shell: bash
run: |
# Install build environment
sudo apt-get update
sudo apt-get install -y build-essential llvm libssl-dev tk-dev \
libncursesw5-dev libreadline-dev libsqlite3-dev \
libffi-dev xz-utils zlib1g-dev libbz2-dev liblzma-dev
Expand Down

0 comments on commit 150aa26

Please sign in to comment.