Update workflow.
All checks were successful
Compile Cytoplasm / Compile-Cytoplasm (push) Successful in 9s
All checks were successful
Compile Cytoplasm / Compile-Cytoplasm (push) Successful in 9s
This commit is contained in:
parent
605cce881a
commit
4f0cf2f670
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
Compile-Cytoplasm:
|
Compile-Cytoplasm:
|
||||||
# TODO: Add more architectures
|
# TODO: Add more architectures
|
||||||
runs-on: [alpine-v3.19-x86, alpine-v3.19-x86_64]
|
runs-on: alpine-v3.19
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository.
|
- name: Check out repository.
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
Loading…
Reference in a new issue