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 beab244 commit 07f9c6bCopy full SHA for 07f9c6b
.github/workflows/rust.yml
@@ -83,7 +83,7 @@ jobs:
83
- run: |
84
sudo dpkg --add-architecture i386
85
sudo apt-get update
86
- sudo apt-get install libgcc-s1:i386 g++-multilib zlib1g-dev:i386
+ sudo apt-get install libgcc-s1:i386 g++-multilib zlib1g-dev:i386 libcurl4:i386
87
./scripts/install_byond.sh
88
89
- uses: dtolnay/rust-toolchain@nightly
@@ -126,7 +126,7 @@ jobs:
126
127
128
129
130
131
132
0 commit comments