Skip to content

Commit 55bcb48

Browse files
authored
Update build.yml
1 parent 6586386 commit 55bcb48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
4646
- name: Install apt dependencies (need for Windows build)
4747
run: |
48-
apt update && sudo apt-get install --no-install-recommends -y wine mono gcc-multilib g++-multilib
48+
apt update && apt install --no-install-recommends -y wine mono gcc-multilib g++-multilib
4949
- uses: actions/checkout@v2
5050
- name: Setup Node.js environment
5151
uses: actions/setup-node@v1.4.3

0 commit comments

Comments
 (0)