aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authordeadprogram <[email protected]>2022-05-17 20:25:25 +0200
committerRon Evans <[email protected]>2022-05-18 07:42:56 +0200
commit15724848f952e49e75c0bd21a0d4e35e87231fe3 (patch)
tree714c14a756747db9c28461ec8461a8836c73d944 /.github
parent8f40b107d93f7e3c98d1e724943f3f2370989ec9 (diff)
downloadtinygo-15724848f952e49e75c0bd21a0d4e35e87231fe3.tar.gz
tinygo-15724848f952e49e75c0bd21a0d4e35e87231fe3.zip
build: install scoop without update to avoid bug ScoopInstaller/Scoop #4917
Signed-off-by: deadprogram <[email protected]>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/windows.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index 79ce1dccd..0ee5aebf7 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -16,6 +16,8 @@ jobs:
with:
go-version: '1.18.1'
- uses: brechtm/setup-scoop@v2
+ with:
+ scoop_update: 'false'
- name: Install Dependencies
shell: bash
run: |