From 9e47ceac8789d752fb8ffd015b6bfefc09ac13bf Mon Sep 17 00:00:00 2001 From: dave caruso Date: Fri, 15 Dec 2023 17:45:10 -0800 Subject: [PATCH] ci: attempt to fix linux-aarch64 ci (#7691) * experiment with this * rerun on changed --- .github/workflows/bun-linux-aarch64.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/bun-linux-aarch64.yml b/.github/workflows/bun-linux-aarch64.yml index c308b074c5..e81e436e62 100644 --- a/.github/workflows/bun-linux-aarch64.yml +++ b/.github/workflows/bun-linux-aarch64.yml @@ -16,6 +16,7 @@ on: - "build.zig" - "Makefile" - "Dockerfile" + - ".github/workflows/bun-linux-aarch64.yml" pull_request: branches: - main @@ -27,6 +28,7 @@ on: - "build.zig" - "Makefile" - "Dockerfile" + - ".github/workflows/bun-linux-aarch64.yml" # Allows you to run this workflow manually from the Actions tab workflow_dispatch: @@ -49,9 +51,11 @@ jobs: steps: - uses: actions/checkout@v3 with: - submodules: recursive + submodules: false ref: ${{github.sha}} clean: true + - run: | + bash ./scripts/update-submodules.sh - uses: docker/setup-buildx-action@v2 id: buildx with: