Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Netzpfuscher authored Feb 25, 2022
1 parent 79af394 commit dfa650a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Install wine
run: sudo dpkg --add-architecture i386 && sudo apt-get update && sudo apt-get install libpcre2-8-0=10.34-7 --allow-downgrades && sudo apt-get install libssl1.1=1.1.1f-1ubuntu2.1 --allow-downgrades && sudo apt-get install libssl1.1:i386=1.1.1f-1ubuntu2 --allow-downgrades && sudo apt-get install wine32
run: sudo dpkg --add-architecture i386 && sudo apt-get update && sudo apt-get install libpcre2-8-0=10.34-7 --allow-downgrades && sudo apt-get install libssl1.1=1.1.1f-1ubuntu2 --allow-downgrades && sudo apt-get install libssl1.1:i386=1.1.1f-1ubuntu2 --allow-downgrades && sudo apt-get install wine32
- name: Cache node modules
uses: actions/cache@v2
env:
Expand Down

0 comments on commit dfa650a

Please sign in to comment.