Skip to content

Commit db5abd2

Browse files
committed
try again
1 parent a342df8 commit db5abd2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/all.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ jobs:
1515
runs-on: ubuntu-latest
1616
permissions: write-all
1717
steps:
18-
- name: Install dependencies
19-
run: |
20-
sudo apt update
21-
sudo apt install -y llvm-dev libclang-dev clang
18+
# - name: Install dependencies
19+
# run: |
20+
# sudo apt update
21+
# sudo apt install -y llvm-dev libclang-dev clang
2222
# - name: Install rust
2323
# uses: moonrepo/setup-rust@v1
24-
# - name: Checkout code
25-
# uses: actions/checkout@v4
24+
- name: Checkout code
25+
uses: actions/checkout@v4
2626
# - name: Build project
2727
# run: cargo build
2828
# - name: Test project

0 commit comments

Comments
 (0)