Run apt-get update on Linux in GH Actions.

PiperOrigin-RevId: 465054121
Change-Id: I01702bcc51e03ea27c0da80565296b9f80df46fb
This commit is contained in:
Saran Tunyasuvunakool
2022-08-03 07:51:17 -07:00
committed by Copybara-Service
parent e40b9da181
commit 74539e307e
+1 -1
View File
@@ -97,7 +97,7 @@ jobs:
- name: Prepare Linux
if: ${{ runner.os == 'Linux' }}
run: >
sudo apt-get install
sudo apt-get update && sudo apt-get install
libgl1-mesa-dev
libxinerama-dev
libxcursor-dev