Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zbeucler2018 committed Feb 1, 2024
1 parent 6415e6f commit 5520013
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-publish-silicon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
python-version: "3.10"

- name: Install system packages
run: brew install pkg-config [email protected] libzip qt5 capnp -yPATH
run: brew install pkg-config [email protected] libzip qt5 capnp -y

- name: Install system packages
run: echo PATH
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-cpp.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Test C++ Stable-Retro code

on: [pull_request, push]
on: [pull_request] # push

permissions:
contents: read # to fetch code (actions/checkout)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-python.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Test Stable-Retro

on: [pull_request, push]
on: [pull_request] # push

permissions:
contents: read # to fetch code (actions/checkout)
Expand Down

0 comments on commit 5520013

Please sign in to comment.