Skip to content

Commit

Permalink
Switch to using main branch for grabbing last hash from libcamera
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Richardson <christopher.richardson@raspberrypi.org>
  • Loading branch information
chrisruk authored and davidplowman committed Jul 5, 2022
1 parent a9f7a7d commit 8ba21cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/flake8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: |
if [ -f requirements-test.txt ]; then pip install -r requirements-test.txt; fi
- name: Set libcamera hash
run: echo "LIBCAMERA-HASH=$(git ls-remote https://github.com/raspberrypi/libcamera.git master | cut -c1-40)" >> $GITHUB_ENV
run: echo "LIBCAMERA-HASH=$(git ls-remote https://github.com/raspberrypi/libcamera.git main | cut -c1-40)" >> $GITHUB_ENV
- name: Cache libcamera
id: cache-libcamera
uses: actions/cache@v3
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
run: |
if [ -f requirements-test.txt ]; then pip install -r requirements-test.txt; fi
- name: Set libcamera hash
run: echo "LIBCAMERA-HASH=$(git ls-remote https://github.com/raspberrypi/libcamera.git master | cut -c1-40)" >> $GITHUB_ENV
run: echo "LIBCAMERA-HASH=$(git ls-remote https://github.com/raspberrypi/libcamera.git main | cut -c1-40)" >> $GITHUB_ENV
- name: Cache libcamera
id: cache-libcamera
uses: actions/cache@v3
Expand Down

0 comments on commit 8ba21cd

Please sign in to comment.