Skip to content

Commit 28da916

Browse files
authored
Update scala.yml
1 parent 64f82e9 commit 28da916

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/scala.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
build:
1111

12-
runs-on: ubuntu-24.04
12+
runs-on: ubuntu-latest
1313
defaults:
1414
run:
1515
working-directory: ./
@@ -27,7 +27,7 @@ jobs:
2727
- name: Set up dependencies
2828
run: |
2929
sudo apt-get update
30-
sudo DEBIAN_FRONTEND=noninteractive apt-get install -y git g++ cmake bison flex libboost-all-dev python
30+
sudo DEBIAN_FRONTEND=noninteractive apt-get install -y git g++ cmake bison flex libboost-all-dev python3
3131
sudo DEBIAN_FRONTEND=noninteractive apt-get install -y perl minisat curl gnupg2 locales clang-11 wget
3232
- name: Install wasmfx-tools
3333
run: |

0 commit comments

Comments
 (0)