This commit is contained in:
@@ -10,6 +10,11 @@ jobs:
|
|||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- name: APT
|
||||||
|
run: |
|
||||||
|
apt update
|
||||||
|
apt install libglew-dev
|
||||||
|
|
||||||
- uses: actions/cache/restore@v4
|
- uses: actions/cache/restore@v4
|
||||||
with:
|
with:
|
||||||
path: ~/.xmake/packages
|
path: ~/.xmake/packages
|
||||||
|
|||||||
Reference in New Issue
Block a user