Skip to content

Commit

Permalink
Fix build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheFloodDragon committed Jun 18, 2023
1 parent 75ea42f commit 07f1cad
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ on:
- master
jobs:
build:
runs-on: ubuntu-latest
#runs-on: windows-latest
#奇怪的问题——ubuntu就是构建不了
#runs-on: ubuntu-latest
runs-on: windows-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 07f1cad

Please sign in to comment.