From f0f6d43b1c01deac175d7afb0dcb5ac5cd9c6b3d Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 12 Jun 2026 18:49:35 +0200 Subject: [PATCH] try fix cache --- .github/workflows/non-native.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/non-native.yml b/.github/workflows/non-native.yml index c5324ef8d5..d718a102f3 100644 --- a/.github/workflows/non-native.yml +++ b/.github/workflows/non-native.yml @@ -226,7 +226,7 @@ jobs: - name: 'configure' run: | - mv ~/opt/amiga /opt + ln -s ~/opt/amiga /opt if [ "${MATRIX_BUILD}" = 'cmake' ]; then cmake -B bld -G Ninja \ -DAMIGA=1 \