Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
elysia-best committed Oct 18, 2024
1 parent 865e114 commit f502aff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@ jobs:
rm powershell.deb
- name: Build Lingmo Nightly
if: ${{ matrix.devbuild = "enabled" }}
if: ${{ matrix.devbuild == "enabled" }}
run: |
git config --global http.sslVerify false
git config --global advice.detachedHead false
chmod +x ./build.ps1
pwsh -c "./build.ps1 -BuildFromGit"
- name: Build Lingmo Using Tag
if: ${{ matrix.devbuild = "disabled" }}
if: ${{ matrix.devbuild == "disabled" }}
run: |
git config --global http.sslVerify false
git config --global advice.detachedHead false
Expand Down

0 comments on commit f502aff

Please sign in to comment.