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]
|
||||
runs-on: ["${{ matrix.os }}", "${{ matrix.arch }}"]
|
||||
steps:
|
||||
#- name: Check out repository
|
||||
# uses: actions/checkout@v3
|
||||
- name: Check out repository
|
||||
uses: actions/checkout@v4
|
||||
- name: Configure Cytoplasm
|
||||
run: ./configure
|
||||
- name: Build Cytoplasm
|
||||
|
|
Loading…
Reference in a new issue