Skip to content

Commit

Permalink
Install scoop with command
Browse files Browse the repository at this point in the history
  • Loading branch information
learnforpractice committed May 23, 2022
1 parent 2f97bd1 commit dd8710d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/python-app.yml
Expand Up @@ -26,12 +26,10 @@ jobs:
fail-fast: false

steps:
- uses: MinoruSekine/setup-scoop@v1
- name: Install scoop
if: ${{ matrix.os == 'windows-2019' }}
- name: Install Dependencies
if: ${{ matrix.os == 'windows-2019' }}
shell: bash
run: |
iex "& {$(irm get.scoop.sh)} -RunAsAdmin"
scoop install ninja gcc
- name: Install Go
uses: actions/setup-go@v2
Expand Down

0 comments on commit dd8710d

Please sign in to comment.