Skip to content

Commit

Permalink
fix: actions build
Browse files Browse the repository at this point in the history
  • Loading branch information
Xtr126 committed Apr 12, 2024
1 parent 42ed457 commit 4f8c325
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/build-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,19 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.12'
- run: pip install meson ninja

- name: Install dependencies
run: |
sudo apt update
sudo apt install -y libicu-dev
- name: build client
run: ./build.sh
- uses: actions/upload-artifact@v3
with:
name: Executable
path: ./client

- name: Update Release
uses: andelf/nightly-release@main
Expand Down

0 comments on commit 4f8c325

Please sign in to comment.