Skip to content

Commit

Permalink
Remove php actions
Browse files Browse the repository at this point in the history
  • Loading branch information
flashultra committed Nov 12, 2023
1 parent ffaa678 commit e8d224f
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
run: |
set -ex
sudo apt update -qqy
sudo apt install -qqy ${{matrix.APT_PACKAGES}}
sudo apt install -qqy ${{matrix.APT_PACKAGES}} --fix-missing
- name: Flash setup
if: matrix.target == 'flash'
run: export DISPLAY=:99.0
Expand Down Expand Up @@ -114,10 +114,6 @@ jobs:
- uses: actions/checkout@main
with:
submodules: recursive
- uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
extensions: mbstring

- name: Install Neko from S3
shell: pwsh
Expand All @@ -129,12 +125,6 @@ jobs:
echo "NEKOPATH=$NEKOPATH" >> $env:GITHUB_ENV
- name: Print Neko version
run: neko -version 2>&1
- name: Testing PHP version
run: php -v
- name: Print PHP extension
run: |
php -m
php -r "if(! extension_loaded('mbstring')) {throw new Exception('mbstring not found');}"
# - name: Quick test
# shell: pwsh
# run: |
Expand Down Expand Up @@ -220,12 +210,6 @@ jobs:
echo "NEKOPATH=$NEKOPATH" >> $env:GITHUB_ENV
- name: Print Neko version
run: neko -version 2>&1
- name: Testing PHP version
run: php -v
- name: Print PHP extension
run: |
php -m
php -r "if(! extension_loaded('mbstring')) {throw new Exception('mbstring not found');}"

# - name: Quick test
# shell: pwsh
Expand Down

0 comments on commit e8d224f

Please sign in to comment.