Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Commit

Permalink
Update apt before installing
Browse files Browse the repository at this point in the history
  • Loading branch information
LunarWatcher committed Oct 14, 2023
1 parent 1fdbdda commit e624ea5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- name: Install deps (Ubuntu)
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt update && sudo apt upgrade -y
sudo apt install -y libgl1-mesa-glx mesa-common-dev libgl1-mesa-dev xorg-dev
- name: Print environment
run: |
Expand Down

0 comments on commit e624ea5

Please sign in to comment.