Compare commits
2 Commits
911fe7cc10
...
3defa497b6
| Author | SHA1 | Date | |
|---|---|---|---|
| 3defa497b6 | |||
| a241589025 |
@@ -7,15 +7,13 @@ jobs:
|
||||
Build:
|
||||
runs-on: ubuntu-test
|
||||
steps:
|
||||
- run: ls -la
|
||||
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Install opengl
|
||||
run: |
|
||||
apt update
|
||||
apt install libgl1-mesa-dev python3.11-full -y
|
||||
apt install libgl1-mesa-dev -y
|
||||
|
||||
- name: Cache
|
||||
uses: actions/cache@v4
|
||||
@@ -33,8 +31,6 @@ jobs:
|
||||
actions-cache-folder: '.xmake-cache'
|
||||
actions-cache-key: 'ubuntu'
|
||||
|
||||
- run: ls -la
|
||||
|
||||
- name: XMake config
|
||||
run: xmake f -p linux -y --root
|
||||
|
||||
|
||||
Reference in New Issue
Block a user