From a8d969e0775536b9a2f5c2b5e3bfc7a6046a1d17 Mon Sep 17 00:00:00 2001 From: Arvid Lunnemark Date: Sat, 17 Feb 2024 14:04:56 -0800 Subject: [PATCH] add init script into workflow --- .github/workflows/publish.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d61740a..3466bce 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -39,6 +39,10 @@ jobs: toolchain: stable targets: ${{ matrix.target }} + - name: Run init.sh + working-directory: . + run: ./init.sh + - uses: Swatinem/rust-cache@v2 - name: Install ziglang @@ -78,6 +82,10 @@ jobs: steps: - uses: actions/checkout@v3 + - name: Run init.sh + working-directory: . + run: ./init.sh + - name: Download build uses: actions/download-artifact@v3 with: