Skip to content

Commit 9089c90

Browse files
committed
Don't build examples twice
Motivation: The CI for examples builds them in the setup stage and the actual run stages. That's just a silly oversight. Modifications: - Don't build them during set. Result: Examples don't build twice in CI
1 parent 2ed95d8 commit 9089c90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
MATRIX_LINUX_5_9_ENABLED: false
4343
MATRIX_LINUX_5_10_ENABLED: false
4444
MATRIX_LINUX_COMMAND: "./dev/build-examples.sh"
45-
MATRIX_LINUX_SETUP_COMMAND: "apt update && apt install -y protobuf-compiler && ./dev/build-examples.sh"
45+
MATRIX_LINUX_SETUP_COMMAND: "apt update && apt install -y protobuf-compiler"
4646

4747
examples-matrix:
4848
name: Examples

0 commit comments

Comments
 (0)