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: |