Skip to content

Commit

Permalink
sudo apt-get -y update
Browse files Browse the repository at this point in the history
  • Loading branch information
antonporodnikov committed Feb 27, 2024
1 parent c421154 commit 839502b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/prepare_vm/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ runs:
- name: Install dependencies
shell: bash
run: |
sudo apt-get -y update
sudo apt-get -y install git cmake ninja-build libidn11-dev ragel yasm
wget https://apt.llvm.org/llvm.sh
chmod u+x llvm.sh
Expand Down

0 comments on commit 839502b

Please sign in to comment.