action: test
Some checks failed
Linux arm64 / Build (push) Has been cancelled

This commit is contained in:
2024-02-24 15:44:48 +01:00
parent ec538c1783
commit 3c04810496

View File

@@ -5,11 +5,16 @@ on: [push]
jobs:
Build:
runs-on: ubuntu-latest
runs-on: ubuntu-test
steps:
- name: Check out repository code
uses: actions/checkout@v3
- uses: actions/cache@v4
with:
path: ~/.xmake/packages
key: 'ubuntu'
- name: Prepare Xmake
uses: xmake-io/github-action-setup-xmake@v1
with: