Skip to content

Commit

Permalink
bug ci: prepare CI env in non interactive way
Browse files Browse the repository at this point in the history
Tests: протестировано CI
commit_hash:d7c3c277431a6a77e1ff0948125585e8a02fe222
  • Loading branch information
apolukhin committed Nov 2, 2024
1 parent 1c3716b commit 00f27ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
- name: Install clang-format
if: matrix.os == 'ubuntu-20.04'
run: |
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
sudo apt update
wget https://apt.llvm.org/llvm.sh
chmod +x llvm.sh
Expand Down

0 comments on commit 00f27ac

Please sign in to comment.