Commit 4b024ed
committed
fix: match any ubuntu-* host for protobuf compiler install
The host was changed from ubuntu-latest to ubuntu-22.04, but the
condition only matched ubuntu-latest exactly. Now uses glob match
to support any ubuntu variant.1 parent 6076fe2 commit 4b024ed
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
0 commit comments