From 044c88e8126d64dff161cd3d1fad4024789a2fe3 Mon Sep 17 00:00:00 2001 From: "Christian Y. Brenninkmeijer" Date: Fri, 30 Aug 2024 08:04:52 +0100 Subject: [PATCH] ./ --- actions/prepare/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/prepare/action.yml b/actions/prepare/action.yml index 95086d0..7a1618e 100644 --- a/actions/prepare/action.yml +++ b/actions/prepare/action.yml @@ -126,4 +126,4 @@ runs: - name: Run prefer IPv4 script shell: bash if: runner.os == 'Linux' - run: force-ipv4.sh \ No newline at end of file + run: ./force-ipv4.sh \ No newline at end of file