Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ jobs:

rust:
name: Test rust generation
runs-on: ubuntu-latest
# Pin to ubuntu-22.04 due to abseil-cpp gcc 13 compilation issue.
runs-on: ubuntu-22.04
steps:
- name: Install protoc
uses: arduino/setup-protoc@v1
Expand All @@ -46,4 +47,4 @@ jobs:
with:
toolchain: stable
- name: Test
run: make rust
run: gcc --version && make rust
Loading