Skip to content

Commit

Permalink
make sure that action from local repository is checked out
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmthompson committed Aug 21, 2024
1 parent 5ae44f2 commit bb6bcb8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/linux_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: Common Setup
uses: ./.github/actions/linux-setup
with:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/linux_test_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: Common Setup
uses: ./.github/actions/linux-setup
with:
Expand Down

0 comments on commit bb6bcb8

Please sign in to comment.