This commit is contained in:
parent
2a94287f35
commit
4ddd89b5f6
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
|
@ -19,6 +19,8 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
submodules: 'true'
|
||||||
|
|
||||||
- name: Update repos
|
- name: Update repos
|
||||||
run: sudo apt-get update -qq
|
run: sudo apt-get update -qq
|
||||||
|
@ -27,7 +29,7 @@ jobs:
|
||||||
- name: install lzma
|
- name: install lzma
|
||||||
run: sudo apt-get install -qy liblzma-dev
|
run: sudo apt-get install -qy liblzma-dev
|
||||||
- name: install dotnet
|
- name: install dotnet
|
||||||
run: dotnet-sdk-8.0 ca-certificates libc6 libgcc-s1 libicu74 liblttng-ust1 libssl3 libstdc++6 libunwind8 zlib1g
|
run: sudo apt-get install -qy dotnet-sdk-8.0 ca-certificates libc6 libgcc-s1 libicu74 liblttng-ust1 libssl3 libstdc++6 libunwind8 zlib1g
|
||||||
|
|
||||||
- name: generate bindings
|
- name: generate bindings
|
||||||
run: ./generate-binding.sh
|
run: ./generate-binding.sh
|
||||||
|
|
Loading…
Reference in a new issue