diff options
author | deadprogram <[email protected]> | 2022-03-10 07:53:10 +0100 |
---|---|---|
committer | Ron Evans <[email protected]> | 2022-03-10 09:13:33 +0100 |
commit | ccbe03795a3f7f7e68b202998eddf6dfaaa87ef3 (patch) | |
tree | 6ca54b894c2bee0107e15d9b12be9849bce8a84b /.github | |
parent | 3f69c32a555411c80c02d87bd0b7e3751963ea46 (diff) | |
download | tinygo-ccbe03795a3f7f7e68b202998eddf6dfaaa87ef3.tar.gz tinygo-ccbe03795a3f7f7e68b202998eddf6dfaaa87ef3.zip |
build/windows: use fork with updated permissions for new scoop
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/windows.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index b5194408d..c06f8b2fe 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -15,7 +15,7 @@ jobs: uses: actions/setup-go@v2 with: go-version: '1.17' - - uses: MinoruSekine/setup-scoop@v1 + - uses: brechtm/setup-scoop@v2 - name: Install Dependencies shell: bash run: | |