From 8ba21cd63b4b9601ea39bb9a14ca4183764b13e6 Mon Sep 17 00:00:00 2001 From: chrisruk Date: Mon, 4 Jul 2022 18:38:11 +0100 Subject: [PATCH] Switch to using main branch for grabbing last hash from libcamera Signed-off-by: Chris Richardson --- .github/workflows/flake8.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/flake8.yml b/.github/workflows/flake8.yml index 71bad97c..44b63a18 100644 --- a/.github/workflows/flake8.yml +++ b/.github/workflows/flake8.yml @@ -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 @@ -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