Skip to content

Commit

Permalink
lol -y
Browse files Browse the repository at this point in the history
  • Loading branch information
samelamin committed Oct 5, 2023
1 parent 195c77d commit e1f7670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
# run: sudo rm -rf /usr/share/dotnet;sudo rm -rf /opt/ghc;sudo rm -rf "/usr/local/share/boost";sudo rm -rf "$AGENT_TOOLSDIRECTORY"

- name: Install Protobuf
run: sudo apt install protobuf-compiler
run: sudo apt install protobuf-compiler -y

- name: Install minimal nightly Rust
uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit e1f7670

Please sign in to comment.