Skip to content

Commit

Permalink
added cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayy001 committed Dec 7, 2024
1 parent 001a64d commit 94b97eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
echo "[info] Installing build dependencies"
apt update
apt install -y \
libfuse-dev
libfuse-dev rustc cargo
cd /src
source /opt/lib/nuitka/bin/activate
./builds/github-make-executable.sh
Expand Down
4 changes: 2 additions & 2 deletions builds/scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ set -eu
cd /opt/tmp/src

echo "Installing dependencies"
python -m pip install -r ../requirements.txt
python -m pip install -r requirements.txt

echo "Building codexctl"
python -m PyInstaller \
--noconfirm \
--runtime-tmpdir /tmp \
--onefile \
--strip \
main.py
main.py

0 comments on commit 94b97eb

Please sign in to comment.