Run apt-get update on Linux in GH Actions.
PiperOrigin-RevId: 465054121 Change-Id: I01702bcc51e03ea27c0da80565296b9f80df46fb
This commit is contained in:
committed by
Copybara-Service
parent
e40b9da181
commit
74539e307e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user