From ed4d130cd4f4e8536245694bc8fab859b82f756e Mon Sep 17 00:00:00 2001 From: a Date: Sun, 14 Mar 2021 14:45:49 +0300 Subject: [PATCH] Build scripts --- .github/workflows/main.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6274982..a74484b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,8 +9,12 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 + - name: Set up Python + uses: actions/setup-python@v2 + with: + python-version: '3.8' - name: Install xonsh shell - run: apt update && apt install -y git python3-pip && pip3 install xonsh + run: pip install xonsh - name: Build xxh-appimage run: xonsh xxh-appimage-build.xsh - name: Build xxh-portable-musl-alpine-build