fix github actions

This commit is contained in:
nicegamer7 2021-01-21 10:10:47 -05:00 committed by GitHub
parent 21af401263
commit b873f898c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v2
- name: install dependencies
run: sudo apt install meson libsdl2-dev libpcap-dev libgtk-3-dev
run: sudo apt update && sudo apt install meson libsdl2-dev libpcap-dev libgtk-3-dev
- name: meson
run: |