Преглед на файлове

Don't build examples twice (#2189)

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
George Barnett преди 10 месеца
родител
ревизия
c51d91bc67
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      .github/workflows/pull_request.yml

+ 1 - 1
.github/workflows/pull_request.yml

@@ -42,7 +42,7 @@ jobs:
           MATRIX_LINUX_5_9_ENABLED: false
           MATRIX_LINUX_5_10_ENABLED: false
           MATRIX_LINUX_COMMAND: "./dev/build-examples.sh"
-          MATRIX_LINUX_SETUP_COMMAND: "apt update && apt install -y protobuf-compiler && ./dev/build-examples.sh"
+          MATRIX_LINUX_SETUP_COMMAND: "apt update && apt install -y protobuf-compiler"
 
   examples-matrix:
     name: Examples