From a759c2f68c35bc916affe70ffc4ed14e451d25b6 Mon Sep 17 00:00:00 2001 From: windowsboy111 Date: Sun, 29 Jan 2023 21:57:25 +0800 Subject: [PATCH] Fix safe dir --- .github/workflows/bootstrap-f38.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/bootstrap-f38.yml b/.github/workflows/bootstrap-f38.yml index ec7e5ec100..f8f52fa865 100644 --- a/.github/workflows/bootstrap-f38.yml +++ b/.github/workflows/bootstrap-f38.yml @@ -27,8 +27,7 @@ jobs: - uses: actions/checkout@v3 with: repository: FyraLabs/subatomic - # ref: bootstrap - # fetch-depth: 2 + set-safe-directory: true - uses: actions-rs/toolchain@v1 with: toolchain: stable