This commit is contained in:
parent
ca90dc1f93
commit
fb12b9f91c
|
@ -9,9 +9,10 @@ jobs:
|
||||||
Compile-Plate-Tool:
|
Compile-Plate-Tool:
|
||||||
runs-on: linux_arm
|
runs-on: linux_arm
|
||||||
steps:
|
steps:
|
||||||
- run: echo "Preparing to compile plate-tool"
|
|
||||||
- name: Check out repo code
|
- name: Check out repo code
|
||||||
uses: https://github.com/actions/checkout@v4
|
uses: https://github.com/actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
ref: "beta-release"
|
ref: "beta-release"
|
||||||
|
- name: Compile plate-tool
|
||||||
|
run: |
|
||||||
|
ls -la
|
||||||
|
|
Loading…
Reference in New Issue