Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jingjingxyk committed May 7, 2024
1 parent fafac38 commit aa92b86
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/windows-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,18 +46,15 @@ jobs:
- name: Install msys2 Packages
shell: msys2 {0}
run: |
pacman -Syy --noconfirm curl wget openssl zip unzip
pacman -Syy --noconfirm curl
curl -Lo VisualStudioSetup.exe https://learn.microsoft.com/zh-cn/visualstudio/install/use-command-line-parameters-to-install-visual-studio?view=vs-2022
ls -lha
pwd
- name: Prepare
if: 0
- name: install VS2022
shell: cmd
run: |
# git config --global --add safe.directory /cygdrive/d/a/swoole-cli/swoole-cli
# git submodule update --init
bash ./sapi/scripts/cygwin/cygwin-config-ext.sh --php-version ${{ env.BUILD_PHP_VERSION }}
dir
- name: Configure
if: 0
Expand Down

0 comments on commit aa92b86

Please sign in to comment.