Skip to content

Commit d89d0b4

Browse files
Update c-cpp.yml
1 parent c98e6d7 commit d89d0b4

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/c-cpp.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,13 @@ on:
1010
jobs:
1111
build:
1212

13-
runs-on: windows-2022
13+
runs-on: ubuntu-latest
1414

1515
steps:
1616
- uses: actions/checkout@v3
1717
- name: cmake
1818
run: cmake .
1919
- name: make
20-
run: make ./build
20+
run: make
2121
- name: run
22-
run: ./JunLang.exe
23-
- uses: actions/upload-artifact@v4
24-
with:
25-
name: JunLang
26-
path: ./JunLang.exe
22+
run: ./JunLang

0 commit comments

Comments
 (0)