@@ -7,6 +7,8 @@ jobs:
|
|||||||
Build:
|
Build:
|
||||||
runs-on: ubuntu-test
|
runs-on: ubuntu-test
|
||||||
steps:
|
steps:
|
||||||
|
- run: ls -la
|
||||||
|
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
@@ -15,14 +17,13 @@ jobs:
|
|||||||
apt update
|
apt update
|
||||||
apt install libgl1-mesa-dev -y
|
apt install libgl1-mesa-dev -y
|
||||||
|
|
||||||
- run: ls -la
|
|
||||||
|
|
||||||
- name: Cache
|
- name: Cache
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
~/.xmake
|
~/.xmake
|
||||||
./build
|
./build
|
||||||
|
./.xmake
|
||||||
key: 'ubuntu'
|
key: 'ubuntu'
|
||||||
|
|
||||||
- name: Prepare Xmake
|
- name: Prepare Xmake
|
||||||
|
|||||||
Reference in New Issue
Block a user