Skip to content

Commit 31dc906

Browse files
committed
fix: test ci
1 parent f9a3d4e commit 31dc906

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,15 @@ on:
1212

1313
jobs:
1414
build:
15-
runs-on: windows-2022
15+
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@v4
1818
- name: environment prepare
1919
run: |
20-
choco install dotnet-8.0-runtime -y
21-
choco install dotnet-8.0-sdk -y
20+
sudo apt-get update
21+
sudo apt-get install -y apt-transport-https
22+
sudo apt-get update
23+
sudo apt-get install -y dotnet-sdk-8.0
2224
- name: test
2325
run: |
2426
cd llcomNext

0 commit comments

Comments
 (0)