From 640cacf90ee83697d082c8fc758f0ea762e5e27a Mon Sep 17 00:00:00 2001 From: Matthew Parkinson Date: Tue, 2 Jan 2024 10:02:27 +0000 Subject: [PATCH] Updated CI workaround. (#650) https://github.com/actions/runner-images/issues/8659 --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cd235ec..0661ae4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -96,7 +96,7 @@ jobs: - name: Install build dependencies run: ${{ matrix.dependencies }} - - uses: mjp41/workaround8649@7929373c0fe5caf844d8115adccef39e3b5362e7 + - uses: mjp41/workaround8649@c8550b715ccdc17f89c8d5c28d7a48eeff9c94a8 with: os: ${{ matrix.os }} @@ -245,7 +245,7 @@ jobs: - name: Install build dependencies run: ${{ matrix.dependencies }} - - uses: mjp41/workaround8649@7929373c0fe5caf844d8115adccef39e3b5362e7 + - uses: mjp41/workaround8649@c8550b715ccdc17f89c8d5c28d7a48eeff9c94a8 with: os: ${{ matrix.os }}