From 9b442470ea65026617aa8eb2c24f405cf3f3137b Mon Sep 17 00:00:00 2001 From: Rainer Heintzmann Date: Sat, 16 Mar 2024 18:52:16 +0100 Subject: [PATCH] changed line endings in setup.sh --- .github/build.sh | 0 .github/setup.sh | 1 + 2 files changed, 1 insertion(+) mode change 100644 => 100755 .github/build.sh mode change 100644 => 100755 .github/setup.sh diff --git a/.github/build.sh b/.github/build.sh old mode 100644 new mode 100755 diff --git a/.github/setup.sh b/.github/setup.sh old mode 100644 new mode 100755 index a03464b..1a1172f --- a/.github/setup.sh +++ b/.github/setup.sh @@ -1,3 +1,4 @@ #!/bin/sh curl -fsLO https://raw.githubusercontent.com/scijava/scijava-scripts/main/ci-setup-github-actions.sh sh ci-setup-github-actions.sh +