Skip to content

Commit 08ef9a1

Browse files
committed
Fix static binary extensions
1 parent 17378ca commit 08ef9a1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ jobs:
9898
9999
- name: Build static binary
100100
run: |
101-
bin/spc download --for-extensions="dom,gmp,openssl,phar,sodium,xml,xmlwriter" --with-php=8.3
102-
bin/spc build "dom,gmp,openssl,phar,sodium,xml,xmlwriter" ${{ matrix.build_options }}
101+
bin/spc download --for-extensions="dom,gmp,openssl,phar,sodium,xml,xmlwriter,filter,tokenizer,iconv,mbstring" --with-php=8.3
102+
bin/spc build "dom,gmp,openssl,phar,sodium,xml,xmlwriter,filter,tokenizer,iconv,mbstring" ${{ matrix.build_options }}
103103
bin/spc micro:combine build/automate.phar --output build/${{ matrix.filename }}
104104
105105
- name: Ensure the static binary works

src/Automate/Listener/LockListener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
use Automate\Event\DeployEvents;
1616
use Automate\Model\Server;
1717
use Automate\Workflow\Session;
18-
use RectorPrefix202403\Symfony\Component\Filesystem\Path;
18+
use Symfony\Component\Filesystem\Path;
1919
use Symfony\Component\EventDispatcher\EventSubscriberInterface;
2020

2121
class LockListener implements EventSubscriberInterface

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy