From 5bbcf4cebb80736170681c1a2292b171575ab68b Mon Sep 17 00:00:00 2001 From: Marco Cawthorne Date: Mon, 10 Feb 2025 21:46:54 -0800 Subject: [PATCH] chmod fteqw64 --- .forgejo/workflows/construct.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/construct.yaml b/.forgejo/workflows/construct.yaml index 790ad1d..9547de4 100644 --- a/.forgejo/workflows/construct.yaml +++ b/.forgejo/workflows/construct.yaml @@ -18,7 +18,7 @@ jobs: imagemagick wget - name: fteqw - run: wget https://www.fteqw.org/dl/fteqw_linux64.zip && unzip fteqw_linux64.zip + run: wget https://www.fteqw.org/dl/fteqw_linux64.zip && unzip fteqw_linux64.zip && chmod +x fteqw64 - name: setup env run: |