Skip to content

Commit

Permalink
fix: test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
chenxuuu committed Jun 7, 2024
1 parent f9a3d4e commit 31dc906
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,15 @@ on:

jobs:
build:
runs-on: windows-2022
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: environment prepare
run: |
choco install dotnet-8.0-runtime -y
choco install dotnet-8.0-sdk -y
sudo apt-get update
sudo apt-get install -y apt-transport-https
sudo apt-get update
sudo apt-get install -y dotnet-sdk-8.0
- name: test
run: |
cd llcomNext
Expand Down

0 comments on commit 31dc906

Please sign in to comment.