Skip to content

Commit e4dd019

Browse files
author
JkLondon
committed
Allow cmake installation downgrade in GitHub Actions workflow setup.
1 parent 72f28be commit e4dd019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Install dependencies
3535
run: |
3636
choco upgrade mingw -y --no-progress --version 13.2.0
37-
choco install cmake -y --no-progress --version 3.27.8
37+
choco install cmake -y --no-progress --version 3.27.8 --allow-downgrade
3838
3939
- uses: actions/checkout@v4
4040
- uses: actions/setup-go@v5

0 commit comments

Comments
 (0)