From d24407d9ef5ea6481a60fbebb518d79b2efa9c2d Mon Sep 17 00:00:00 2001 From: Julien Oculi Date: Mon, 22 Jan 2024 14:44:23 +0100 Subject: [PATCH] ci: try fix remote action with symlink --- .forgejo/workflows/demo.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml index fbb0d65..627b7bd 100644 --- a/.forgejo/workflows/demo.yaml +++ b/.forgejo/workflows/demo.yaml @@ -9,14 +9,14 @@ jobs: runs-on: docker steps: - - name: 'FIX: fetch actions/checkout@v4' - run: curl -vL --create-dirs -o /var/run/act/actions/actions-checkout@v4/dist/index.js https://raw.githubusercontent.com/actions/checkout/main/dist/index.js + # - name: 'FIX: fetch actions/checkout@v4' + # run: curl -vL --create-dirs -o /var/run/act/actions/actions-checkout@v4/dist/index.js https://raw.githubusercontent.com/actions/checkout/main/dist/index.js + + - name: Setup var symlink + run: ln -s /run /var/run - name: Setup repo uses: actions/checkout@v4 - name: Check repo - run: ls -lah - - - name: Check disk - run: ls -lahR / \ No newline at end of file + run: ls -lah \ No newline at end of file