From acabe6c611cb657a903df967653bf7079f56c181 Mon Sep 17 00:00:00 2001 From: Adrian Gierakowski Date: Sat, 30 Nov 2024 11:29:00 +0000 Subject: [PATCH] fix gh workflow files --- .github/workflows/aarch64-darwin.yaml | 15 ++++++++------- .github/workflows/x86_64-darwin.yaml | 15 ++++++++------- .github/workflows/x86_64-linux.yaml | 15 ++++++++------- 3 files changed, 24 insertions(+), 21 deletions(-) diff --git a/.github/workflows/aarch64-darwin.yaml b/.github/workflows/aarch64-darwin.yaml index 8089a4f..9150dce 100644 --- a/.github/workflows/aarch64-darwin.yaml +++ b/.github/workflows/aarch64-darwin.yaml @@ -13,12 +13,13 @@ jobs: permissions: contents: read - - uses: actions/checkout@v4 - with: - persist-credentials: false + steps: + - uses: actions/checkout@v4 + with: + persist-credentials: false - - uses: DeterminateSystems/nix-installer-action@main + - uses: DeterminateSystems/nix-installer-action@main - - name: test emulator - run: | - ./build-and-run-emulator.sh \ No newline at end of file + - name: test emulator + run: | + ./build-and-run-emulator.sh \ No newline at end of file diff --git a/.github/workflows/x86_64-darwin.yaml b/.github/workflows/x86_64-darwin.yaml index f5f81bd..4b36cee 100644 --- a/.github/workflows/x86_64-darwin.yaml +++ b/.github/workflows/x86_64-darwin.yaml @@ -13,12 +13,13 @@ jobs: permissions: contents: read - - uses: actions/checkout@v4 - with: - persist-credentials: false + steps: + - uses: actions/checkout@v4 + with: + persist-credentials: false - - uses: DeterminateSystems/nix-installer-action@main + - uses: DeterminateSystems/nix-installer-action@main - - name: test emulator - run: | - ./build-and-run-emulator.sh \ No newline at end of file + - name: test emulator + run: | + ./build-and-run-emulator.sh \ No newline at end of file diff --git a/.github/workflows/x86_64-linux.yaml b/.github/workflows/x86_64-linux.yaml index 8323e14..652b1af 100644 --- a/.github/workflows/x86_64-linux.yaml +++ b/.github/workflows/x86_64-linux.yaml @@ -13,12 +13,13 @@ jobs: permissions: contents: read - - uses: actions/checkout@v4 - with: - persist-credentials: false + steps: + - uses: actions/checkout@v4 + with: + persist-credentials: false - - uses: DeterminateSystems/nix-installer-action@main + - uses: DeterminateSystems/nix-installer-action@main - - name: test emulator - run: | - ./build-and-run-emulator.sh \ No newline at end of file + - name: test emulator + run: | + ./build-and-run-emulator.sh \ No newline at end of file