We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ce7b6c commit bd882d0Copy full SHA for bd882d0
1 file changed
.github/workflows/unit-test.yml
@@ -34,7 +34,8 @@ jobs:
34
35
rust:
36
name: Test rust generation
37
- runs-on: ubuntu-latest
+ # Pin to ubuntu-22.04 due to abseil-cpp gcc 13 compilation issue.
38
+ runs-on: ubuntu-22.04
39
steps:
40
- name: Install protoc
41
uses: arduino/setup-protoc@v1
@@ -46,4 +47,4 @@ jobs:
46
47
with:
48
toolchain: stable
49
- name: Test
- run: make rust
50
+ run: gcc --version && make rust
0 commit comments