Skip to content

Commit 639139b

Browse files
committed
Added up-get update to avoid issues when apt cache gets stale
1 parent 0aaf541 commit 639139b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/linux.yml

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
- uses: actions/checkout@v1
1212
- name: install dependencies
1313
run: |
14+
sudo apt-get update
1415
sudo apt-get install ninja-build -y
1516
sudo apt-get install xorg-dev
1617
sudo apt-get install freeglut3-dev

0 commit comments

Comments
 (0)