Skip to content

Commit

Permalink
revert osquery-packaging clone change for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Smjert committed Jul 5, 2024
1 parent d651e9d commit 25f80a3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/hosted_runners.yml
Original file line number Diff line number Diff line change
Expand Up @@ -347,11 +347,11 @@ jobs:
fi
- name: Clone the osquery-packaging repository
uses: actions/checkout@v4
with:
path: ${{ steps.build_paths.outputs.PACKAGING }}
repository: ${{ env.PACKAGING_REPO }}
ref: ${{ env.PACKAGING_COMMIT }}
run: |
git clone ${{ env.PACKAGING_REPO }} \
${{ steps.build_paths.outputs.PACKAGING }}
cd ${{ steps.build_paths.outputs.PACKAGING }}
git checkout ${{ env.PACKAGING_COMMIT }}
- name: Update the cache (ccache)
uses: actions/cache@v3
Expand Down

0 comments on commit 25f80a3

Please sign in to comment.