Skip to content

Commit

Permalink
test6
Browse files Browse the repository at this point in the history
  • Loading branch information
magic-akari committed Sep 14, 2023
1 parent 3ce87fb commit badc570
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ jobs:
contents: write
id-token: write
steps:
- uses: actions/checkout@v3
with:
submodules: "recursive"
- uses: actions/checkout@v4
- name: Install llvm and clang
run: sudo apt-get install llvm clang
- name: Install CMake
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ jobs:
name: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: "recursive"
- uses: actions/checkout@v4
- name: Install llvm and clang
run: sudo apt-get install llvm clang
- name: Install CMake
Expand Down

0 comments on commit badc570

Please sign in to comment.