We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aaf541 commit 639139bCopy full SHA for 639139b
.github/workflows/linux.yml
@@ -11,6 +11,7 @@ jobs:
11
- uses: actions/checkout@v1
12
- name: install dependencies
13
run: |
14
+ sudo apt-get update
15
sudo apt-get install ninja-build -y
16
sudo apt-get install xorg-dev
17
sudo apt-get install freeglut3-dev
0 commit comments