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