diff options
| author | Andre Weissflog <floooh@gmail.com> | 2019-10-12 14:25:17 +0200 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2019-10-12 14:25:17 +0200 |
| commit | d4b3a599b95d7892dc6de3f6dedc0888f9ced1d1 (patch) | |
| tree | bc096cdc0e688a3a5f9b53bfc534c64f8c3df03f /.github | |
| parent | e807b4cc9d4a69bdc61e02f7f9586cb48c73eb08 (diff) | |
github actions: add an apt-get update
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/main.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 86dddd3c..23ad10a2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -93,6 +93,7 @@ jobs: - uses: actions/checkout@v1 - name: prepare run: | + sudo apt-get update sudo apt-get install libglu1-mesa-dev mesa-common-dev xorg-dev libasound-dev mkdir workspace cd workspace |