Skip to content

Commit

Permalink
ci(linux-x64): 增加linux-x64的运行器, 并做相关适配
Browse files Browse the repository at this point in the history
  • Loading branch information
LuSrackhall committed Aug 29, 2024
1 parent a26bdb1 commit dc21137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build:
strategy:
matrix:
os: [windows-latest]
os: [windows-latest, ubuntu-latest]
runs-on: ${{ matrix.os }}
outputs:
INSTALLER_NAME_X64_SETUP_EXE: ${{ env.INSTALLER_NAME_X64_SETUP_EXE }}
Expand Down

0 comments on commit dc21137

Please sign in to comment.