Skip to content

Commit

Permalink
updated call path reference (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
floryn90 authored Sep 29, 2024
2 parents fc4dac3 + 374575a commit 07aabd3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: actions/checkout@v4

- name: Install build essential
uses: ./github/actions/install_deps
uses: ./.github/actions/install_deps

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v4

- name: Install build essential
uses: ./github/actions/install_deps
uses: ./.github/actions/install_deps

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:

- name: Install build essential
uses: ./github/actions/install_deps
uses: ./.github/actions/install_deps

- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/version_bump.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:

- name: Install build essential
uses: ./github/actions/install_deps
uses: ./.github/actions/install_deps

- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 07aabd3

Please sign in to comment.