forked from Telodendria/Cytoplasm
.
This commit is contained in:
parent
4a21567bc5
commit
10c8784f25
1 changed files with 2 additions and 2 deletions
|
@ -10,8 +10,8 @@ jobs:
|
||||||
arch: [aarch64]
|
arch: [aarch64]
|
||||||
runs-on: ["${{ matrix.os }}", "${{ matrix.arch }}"]
|
runs-on: ["${{ matrix.os }}", "${{ matrix.arch }}"]
|
||||||
steps:
|
steps:
|
||||||
#- name: Check out repository
|
- name: Check out repository
|
||||||
# uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
- name: Configure Cytoplasm
|
- name: Configure Cytoplasm
|
||||||
run: ./configure
|
run: ./configure
|
||||||
- name: Build Cytoplasm
|
- name: Build Cytoplasm
|
||||||
|
|
Loading…
Reference in a new issue