forked from locusrobotics/fuse
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
10abfa4
commit 9a6c4ce
Showing
1 changed file
with
1 addition
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -77,9 +77,6 @@ jobs: | |
# Ensure the test job runs after the build job finishes instead of attempting to run in parallel | ||
- build-ws | ||
runs-on: ubuntu-24.04 | ||
container: | ||
# Run on the Docker image we tagged and pushed to a private repo in the job above | ||
image: ghcr.io/picknikrobotics/fuse:${{ github.run_id }} | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: actions/setup-python@v5 | ||
|
@@ -94,7 +91,7 @@ jobs: | |
- name: enable clang tidy in pre-commit | ||
run: export PRE_COMMIT_CLANG_TIDY=1 | ||
- name: change pip cache owner | ||
run: chown -R $(whoami) /github && chown -R $(whoami) /home/runner/work/ | ||
run: chown -R $(whoami) /github | ||
- uses: pre-commit/[email protected] | ||
id: precommit | ||
- name: Upload pre-commit changes | ||
|