diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8a959c1..b1e7e0e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,6 +13,9 @@ jobs: runs-on: ubuntu-latest container: tinygo/tinygo-dev steps: + - name: Work around CVE-2022-24765 + # We're not on a multi-user machine, so this is safe. + run: git config --global --add safe.directory "$GITHUB_WORKSPACE" - name: Checkout uses: actions/checkout@v3 - name: TinyGo version check