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