Skip to content

Commit

Permalink
fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
theCapypara committed Mar 29, 2024
1 parent 0b60d25 commit d41da22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install gobject-introspection
run: sudo apt-get install -y gobject-introspection
run: sudo apt-get install -y gobject-introspection libgirepository1.0-dev
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
Expand Down
2 changes: 1 addition & 1 deletion installer/install-skytemple-rust.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ rm -rf tmp_rust || true
mkdir tmp_rust
cd tmp_rust
curl -LO $url
unzip wheels.zip
unzip wheels*.zip
eval pip3 install $wheel_name

rm -rf tmp_rust || true

0 comments on commit d41da22

Please sign in to comment.