Skip to content

Commit

Permalink
fix apt-get
Browse files Browse the repository at this point in the history
  • Loading branch information
quelgar committed Jan 19, 2024
1 parent 1594031 commit 6fc1c66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
shell: bash
run: |
if [ "$RUNNER_OS" == "Linux" ]; then
apt install --yes libuv1-dev
sudo apt-get install --yes libuv1-dev
elif [ "$RUNNER_OS" == "macOS" ]; then
brew install libuv
elif [ "$RUNNER_OS" == "Windows" ]; then
Expand Down

0 comments on commit 6fc1c66

Please sign in to comment.