diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6cb354c..91f6abc 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -20,7 +20,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: rui314/setup-mold@c9803d2102b7e020ad0ccd687c55b2ad8baf3496 + - uses: rui314/setup-mold@8de9eea54963d01c1a6c200606257d65bd53bea1 - name: Build run: make build @@ -32,7 +32,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: rui314/setup-mold@c9803d2102b7e020ad0ccd687c55b2ad8baf3496 + - uses: rui314/setup-mold@8de9eea54963d01c1a6c200606257d65bd53bea1 - name: Check formatting and clippy run: make lint @@ -43,7 +43,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: rui314/setup-mold@c9803d2102b7e020ad0ccd687c55b2ad8baf3496 + - uses: rui314/setup-mold@8de9eea54963d01c1a6c200606257d65bd53bea1 - name: Run unit tests run: make test