Skip to content

Commit

Permalink
[Build] resolve building
Browse files Browse the repository at this point in the history
  • Loading branch information
dries-c committed Jan 23, 2025
1 parent 1c31db2 commit da19aa4
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 22 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Unpack PHP Release
run: tar -xzvf PHP-Linux-x86_64-PM5.tar.gz
- name: Download Composer
run: curl -o ./bin/composer.phar "https://getcomposer.org/composer-stable.phar"
- name: Install Composer dependencies
run: ./bin/php7/bin/php ./bin/composer.phar install --prefer-dist --no-interaction --no-dev
- name: Download pharbuilder-rs
uses: dsaltares/fetch-gh-release-asset@1.1.1
with:
Expand Down
12 changes: 0 additions & 12 deletions .poggit.yml

This file was deleted.

2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
}
},
"require": {
"muqsit/simple-packet-handler": "dev-pm5"
"muqsit/simple-packet-handler": "^0.1.4"
}
}
16 changes: 7 additions & 9 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit da19aa4

Please sign in to comment.