2nd CI attempt
Some checks failed
Compile Cytoplasm / Compile Cytoplasm (aarch64, alpine) (push) Failing after 0s

This commit is contained in:
Jordan Bancino 2024-09-21 14:52:41 -04:00
parent ff094b50f2
commit 4a21567bc5

View file

@ -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@v3
- name: Configure Cytoplasm - name: Configure Cytoplasm
run: ./configure run: ./configure
- name: Build Cytoplasm - name: Build Cytoplasm