diff --git a/.gitea/workflows/cross-compile.yaml b/.gitea/workflows/cross-compile.yaml index 7d1f44d..93a4ddb 100644 --- a/.gitea/workflows/cross-compile.yaml +++ b/.gitea/workflows/cross-compile.yaml @@ -24,6 +24,6 @@ jobs: - name: Install the Fyne cross-compile package run: go install github.com/fyne-io/fyne-cross@latest - - - name: checkout - run: ls -l \ No newline at end of file + + - name: Cross compile linux + run: /root/go/bin/fyne-cross linux \ No newline at end of file