Skip to content

Commit

Permalink
Attempt to fix appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
paragonie-security committed Apr 5, 2024
1 parent 9e163cf commit 31950ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ install:
- echo date.timezone="UTC" >> php.ini
- echo extension_dir=ext >> php.ini
- echo extension=php_openssl.dll >> php.ini
- echo extension=php_curl.dll >> php.ini
- cd C:\projects\sodium_compat
- SET PATH=C:\tools\php56;%PATH%
- php.exe -r "readfile('http://getcomposer.org/installer');" | php.exe
- php.exe -r "readfile('https://getcomposer.org/installer');" | php.exe
- php.exe composer.phar install --prefer-source --no-interaction

test_script:
Expand Down

0 comments on commit 31950ef

Please sign in to comment.