From d1d49d78b1056eb2421ae63a44c0e7837884da88 Mon Sep 17 00:00:00 2001 From: Sina Atalay <79940989+sinaatalay@users.noreply.github.com> Date: Tue, 9 Dec 2025 17:08:06 +0300 Subject: [PATCH] Fix GitHub workflows --- .github/workflows/create-executables.yaml | 2 +- .github/workflows/deploy-docs.yaml | 2 +- .github/workflows/test.yaml | 4 ++-- .github/workflows/update-files.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/create-executables.yaml b/.github/workflows/create-executables.yaml index ab833f4c..4ceb6ac0 100644 --- a/.github/workflows/create-executables.yaml +++ b/.github/workflows/create-executables.yaml @@ -28,7 +28,7 @@ jobs: uses: taiki-e/install-action@just - name: Install the project - run: just install + run: just sync - name: Create executable run: just create-executable diff --git a/.github/workflows/deploy-docs.yaml b/.github/workflows/deploy-docs.yaml index e02bb4c5..30e01bc3 100644 --- a/.github/workflows/deploy-docs.yaml +++ b/.github/workflows/deploy-docs.yaml @@ -35,7 +35,7 @@ jobs: uses: taiki-e/install-action@just - name: Install the project - run: just install + run: just sync - name: Build docs run: just build-docs diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index c770fb4a..9d120f09 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -33,7 +33,7 @@ jobs: uses: taiki-e/install-action@just - name: Install the project - run: just install + run: just sync - name: Test run: just test-coverage @@ -67,7 +67,7 @@ jobs: uses: astral-sh/setup-uv@v7 - name: Install the project - run: just install + run: just sync - name: Install just uses: taiki-e/install-action@just diff --git a/.github/workflows/update-files.yaml b/.github/workflows/update-files.yaml index 1ff25822..7f3a2f4d 100644 --- a/.github/workflows/update-files.yaml +++ b/.github/workflows/update-files.yaml @@ -23,7 +23,7 @@ jobs: uses: taiki-e/install-action@just - name: Install the project - run: just install + run: just sync - name: Set Git credentials run: |