Skip to content

Commit

Permalink
Try to update libuv in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
quelgar committed Jan 15, 2024
1 parent 7e396d7 commit 033ff29
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 @@ -22,7 +22,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install libuv
run: sudo apt-get install libuv1-dev
run: sudo apt-get update && sudo apt-get install libuv1-dev
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit 033ff29

Please sign in to comment.