This commit is contained in:
Emilia Allison 2023-12-30 12:44:39 -05:00
parent ca90dc1f93
commit fb12b9f91c
Signed by: emilia
GPG Key ID: 7A3F8997BFE894E0
1 changed files with 3 additions and 2 deletions

View File

@ -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