We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f97bd1 commit dd8710dCopy full SHA for dd8710d
.github/workflows/python-app.yml
@@ -26,12 +26,10 @@ jobs:
26
fail-fast: false
27
28
steps:
29
- - uses: MinoruSekine/setup-scoop@v1
+ - name: Install scoop
30
if: ${{ matrix.os == 'windows-2019' }}
31
- - name: Install Dependencies
32
- if: ${{ matrix.os == 'windows-2019' }}
33
- shell: bash
34
run: |
+ iex "& {$(irm get.scoop.sh)} -RunAsAdmin"
35
scoop install ninja gcc
36
- name: Install Go
37
uses: actions/setup-go@v2
0 commit comments