github action fix

This commit is contained in:
programsnail 2024-07-26 20:46:05 +03:00
parent b66c5ae6ea
commit 5299e89633

View file

@ -8,7 +8,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install deps
run: sudo apt-get install -y xmake g++ cmake libx11-dev
run: sudo add-apt-repository ppa:xmake-io/xmake && sudo apt update && sudo apt-get install -y xmake g++ cmake libx11-dev
- name: Build project with xmake
run: xmake
- name: Upload binary