mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-26 11:28:49 +01:00
🔥 CD workflow no longer support 32-bit windows
This commit is contained in:
parent
b86ed5b356
commit
3a22facf49
2 changed files with 0 additions and 46 deletions
5
.github/workflows/cd.yml
vendored
5
.github/workflows/cd.yml
vendored
|
|
@ -151,11 +151,6 @@ jobs:
|
|||
with:
|
||||
install: p7zip mingw-w64-x86_64-lua
|
||||
|
||||
- name: Set up TDM-GCC
|
||||
run: msys2 -c "bash go/src/github.com/${{ env.repo_owner }}/${{ env.repo_name }}/scripts/get-tdm-gcc.sh tdm https://github.com/jmeubank/tdm-gcc/releases/download/v10.3.0-tdm-1/tdm-gcc-10.3.0.exe" && echo "CC=${{ github.workspace }}/tdm/bin/gcc.exe" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
|
||||
if: "contains( matrix.config.goarch, '386')"
|
||||
working-directory: ${{ github.workspace }}
|
||||
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue