Skip to content

Commit 008ba4f

Browse files
committed
misc: remove useless targets
Signed-off-by: Anthony Griffon <[email protected]>
1 parent 10e756d commit 008ba4f

File tree

2 files changed

+8
-32
lines changed

2 files changed

+8
-32
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
include:
3939
- build: pinned
4040
os: ubuntu-latest
41-
rust: 1.74.0
41+
rust: 1.75.0
4242
- build: stable
4343
os: ubuntu-latest
4444
rust: stable
@@ -48,35 +48,6 @@ jobs:
4848
- build: nightly
4949
os: ubuntu-latest
5050
rust: nightly
51-
- build: stable-musl
52-
os: ubuntu-latest
53-
rust: stable
54-
target: x86_64-unknown-linux-musl
55-
- build: stable-x86
56-
os: ubuntu-latest
57-
rust: stable
58-
target: i686-unknown-linux-gnu
59-
- build: stable-aarch64
60-
os: ubuntu-latest
61-
rust: stable
62-
target: aarch64-unknown-linux-gnu
63-
- build: stable-powerpc64
64-
os: ubuntu-latest
65-
rust: stable
66-
target: powerpc64-unknown-linux-gnu
67-
- build: stable-s390x
68-
os: ubuntu-latest
69-
rust: stable
70-
target: s390x-unknown-linux-gnu
71-
- build: macos
72-
os: macos-latest
73-
rust: nightly
74-
- build: win-msvc
75-
os: windows-2022
76-
rust: nightly
77-
- build: win-gnu
78-
os: windows-2022
79-
rust: nightly-x86_64-gnu
8051
steps:
8152
- name: Checkout repository
8253
uses: actions/checkout@v4
@@ -156,6 +127,13 @@ jobs:
156127
steps:
157128
- name: Checkout repository
158129
uses: actions/checkout@v4
130+
131+
- name: Install protoc (Ubuntu)
132+
shell: bash
133+
run: |-
134+
sudo apt-get update
135+
sudo apt-get install -y protobuf-compiler
136+
159137
- name: Install Rust
160138
uses: dtolnay/rust-toolchain@master
161139
with:
@@ -171,7 +149,6 @@ jobs:
171149
uses: actions/checkout@v4
172150

173151
- name: Install protoc (Ubuntu)
174-
if: matrix.os == 'ubuntu-latest'
175152
shell: bash
176153
run: |-
177154
sudo apt-get update

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
fetch-depth: 0
2222

2323
- name: Install protoc (Ubuntu)
24-
if: matrix.os == 'ubuntu-latest'
2524
shell: bash
2625
run: |-
2726
sudo apt-get update

0 commit comments

Comments
 (0)