Skip to content

Commit

Permalink
Fix problem with Scoop action
Browse files Browse the repository at this point in the history
Apparently a bug was introduced with the scoop installer ScoopInstaller/Scoop#4783 They suggest to install it directly
  • Loading branch information
cprieto authored Mar 10, 2022
1 parent 9cc249f commit 3f725b6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/migration-engine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,10 +227,9 @@ jobs:
target
key: ${{ runner.os }}-cargo-${{ matrix.rust }}-${{ hashFiles('**/Cargo.lock') }}

- uses: MinoruSekine/setup-scoop@main

- name: Install ${{ matrix.db.name }}
run: |
iwr -useb https://raw.githubusercontent.com/ScoopInstaller/Install/master/install.ps1 | iex
scoop install sudo
scoop install ${{ matrix.db.name }}
sudo mysqld --install
Expand Down

0 comments on commit 3f725b6

Please sign in to comment.