Skip to content

Commit

Permalink
CI: sanity_check replace wei/wget action with real wget (speedb-io#559)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxb-io authored Jun 13, 2023
1 parent 72d4181 commit 6bf9458
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/sanity_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:

- name: pre
run: apt update && apt install -y sudo git make clang build-essential clang-format
run: apt update && apt install -y sudo git make clang build-essential clang-format wget

- name: Checkout feature branch
uses: actions/checkout@v2
Expand Down Expand Up @@ -42,9 +42,8 @@ jobs:
run: pip install argparse

- name: Download clang-format-diff.py
uses: wei/wget@v1
with:
args: https://raw.githubusercontent.com/llvm/llvm-project/release/12.x/clang/tools/clang-format/clang-format-diff.py
run: |
wget https://raw.githubusercontent.com/llvm/llvm-project/release/12.x/clang/tools/clang-format/clang-format-diff.py
- name: Check format
run: VERBOSE_CHECK=1 make check-format
Expand Down

0 comments on commit 6bf9458

Please sign in to comment.