Skip to content

Commit

Permalink
Windows build (wip)
Browse files Browse the repository at this point in the history
  • Loading branch information
SRWieZ committed Sep 7, 2024
1 parent 301c1a1 commit ed7bd78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-windows-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ jobs:
run: composer install --prefer-dist --no-progress --optimize-autoloader

- name: Composer install
working-directory: ./static-php-cli/
working-directory: static-php-cli/
run: composer install --prefer-dist --no-progress --optimize-autoloader

- name: Check dependencies
working-directory: ./static-php-cli/
working-directory: static-php-cli/
run: ./bin/spc doctor

# - name: Build Binary
Expand Down

0 comments on commit ed7bd78

Please sign in to comment.