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 64f82e9 commit 28da916Copy full SHA for 28da916
.github/workflows/scala.yml
@@ -9,7 +9,7 @@ on:
9
jobs:
10
build:
11
12
- runs-on: ubuntu-24.04
+ runs-on: ubuntu-latest
13
defaults:
14
run:
15
working-directory: ./
@@ -27,7 +27,7 @@ jobs:
27
- name: Set up dependencies
28
run: |
29
sudo apt-get update
30
- sudo DEBIAN_FRONTEND=noninteractive apt-get install -y git g++ cmake bison flex libboost-all-dev python
+ sudo DEBIAN_FRONTEND=noninteractive apt-get install -y git g++ cmake bison flex libboost-all-dev python3
31
sudo DEBIAN_FRONTEND=noninteractive apt-get install -y perl minisat curl gnupg2 locales clang-11 wget
32
- name: Install wasmfx-tools
33
0 commit comments