Try again

This commit is contained in:
Akash Levy 2025-01-15 16:42:57 -08:00
parent 2efcb9e04d
commit fb1baceb83
1 changed files with 3 additions and 1 deletions

View File

@ -12,7 +12,9 @@ jobs:
permissions: write-all
steps:
- name: Install deps
run: sudo apt-get install bison flex libreadline-dev tcl-dev libffi-dev \
run: |
sudo apt-get -y update
sudo apt-get -y install bison flex libreadline-dev tcl-dev libffi-dev \
libdw-dev libdwarf-dev libelf-dev elfutils \
libnsl-dev