Skip to content

Commit

Permalink
ci: update clang prebuilt url
Browse files Browse the repository at this point in the history
  • Loading branch information
pmkol authored Sep 16, 2024
1 parent c995c28 commit 5336f5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
run: |
export PATH="/opt/clang/bin:$PATH"
mkdir /opt/clang
curl -LO https://github.com/sbwml/redhat-llvm-project/releases/download/18.1.8/clang-18.1.8-x86_64-redhat-linux.tar.xz --progress-bar
curl -LO https://github.com/pmkol/redhat-llvm-project/releases/download/18.1.8/clang-18.1.8-x86_64-redhat-linux.tar.xz --progress-bar
sudo tar --strip-components=1 -C /opt/clang -xf clang-18.1.8-x86_64-redhat-linux.tar.xz
rm -rf clang-18.1.8-x86_64-redhat-linux.tar.xz
clang --version
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:

- name: Create release
continue-on-error: true
uses: sbwml/release-action@main
uses: pmkol/release-action@main
with:
name: OpenWrt-${{ env.latest_release }}
allowUpdates: true
Expand Down

0 comments on commit 5336f5a

Please sign in to comment.