mirror of
https://github.com/xxh/xxh
synced 2024-11-15 00:37:05 +00:00
Build scripts
This commit is contained in:
parent
5091bc8718
commit
ed4d130cd4
1 changed files with 5 additions and 1 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue