Skip to content

Commit

Permalink
Fixed syntax gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
mush42 committed Jul 27, 2024
1 parent 58cad88 commit 005a807
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
steps:
- name: setup-env
run:
git config --global protocol.file.allow always
sudo apt-get update
sudo apt-get install libclang-dev
- git config --global protocol.file.allow always
- sudo apt-get update
- sudo apt-get install libclang-dev
- uses: actions/checkout@v4
with:
submodules: recursive
Expand Down Expand Up @@ -63,8 +63,8 @@ jobs:
steps:
- name: setup-env
run:
git config --global protocol.file.allow always
choco install llvm --version=12.0.0
- git config --global protocol.file.allow always
- choco install llvm --version=12.0.0
- uses: actions/checkout@v4
with:
submodules: recursive
Expand Down

0 comments on commit 005a807

Please sign in to comment.