diff --git a/.gitea/workflows/main.yaml.dis b/.gitea/workflows/main.yaml similarity index 68% rename from .gitea/workflows/main.yaml.dis rename to .gitea/workflows/main.yaml index 88439b7..5f49752 100644 --- a/.gitea/workflows/main.yaml.dis +++ b/.gitea/workflows/main.yaml @@ -3,16 +3,17 @@ run-name: Build-Test bannertool on: [push] jobs: - linux-x64: + linux-test: runs-on: ubuntu-latest - container: dockcross/linux-x64 steps: - name: Checkout uses: actions/checkout@v2 - name: Build run: | - dockcross cmake -B cmake-build-debug - dockcross cmake --build cmake-build-debug + apt update -y + apt install build-essential cmake -y + cmake -B cmake-build-debug + cmake --build cmake-build-debug - name: upload artifact uses: actions/upload-artifact@v2 with: