Search found 2 matches

by m1n1m4l
09 May 2022, 20:31
Forum: Development
Topic: compiling Actiona on alpine linux ( clueless )
Replies: 2
Views: 2216

Re: compiling Actiona on alpine linux ( clueless )

thanks, I am working with baby steps here, so far edited the .github/workflows/linux.yml like this ( changed install packages and runs on ): name: Linux-gcc on: [push] env: BUILD_TYPE: Release jobs: build: strategy: fail-fast: false matrix: profile: [ON, OFF] updater: [ON, OFF] runs-on: Linux - 5.17...
by m1n1m4l
09 May 2022, 14:32
Forum: Development
Topic: compiling Actiona on alpine linux ( clueless )
Replies: 2
Views: 2216

compiling Actiona on alpine linux ( clueless )

Hello all, i volunteer for a non-profit organization and we have been gladly using this great software without any issues at all on one of our projects. We have been using it under debian. We are migrating to alpine linux using xfce and i although i know how to code, i have no experience of it in li...