Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6b9987d561 | |||
| 5584df6486 |
@@ -10,7 +10,7 @@ jobs:
|
|||||||
- name: Install opengl
|
- name: Install opengl
|
||||||
run: |
|
run: |
|
||||||
apt update
|
apt update
|
||||||
apt install libgl-dev -y
|
apt install -y libsdl2-dev
|
||||||
|
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
@@ -20,7 +20,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
xmake-version: latest
|
xmake-version: latest
|
||||||
actions-cache-folder: '.xmake-cache'
|
actions-cache-folder: '.xmake-cache'
|
||||||
actions-cache-key: 'ubuntu-xmake'
|
actions-cache-key: 'xmake-ubuntu'
|
||||||
|
|
||||||
- name: Cache
|
- name: Cache
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user