Skip to content

Commit ec6eb82

Browse files
committed
ci github: update bfdev download url
Signed-off-by: John Sanpe <[email protected]>
1 parent ac27b7a commit ec6eb82

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ubuntu-clang.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
3333
- name: install environment
3434
run: |
35-
wget https://github.com/openbfdev/bfdev-package/raw/refs/heads/main/bfdev-linux-amd64.tar.gz
35+
wget https://github.com/openbfdev/bfdev/releases/download/nightly/bfdev-linux-amd64.tar.gz
3636
sudo tar -xzvf bfdev-linux-amd64.tar.gz -C /usr
3737
3838
- name: configure cmake

.github/workflows/ubuntu-gcc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
3333
- name: install environment
3434
run: |
35-
wget https://github.com/openbfdev/bfdev-package/raw/refs/heads/main/bfdev-linux-amd64.tar.gz
35+
wget https://github.com/openbfdev/bfdev/releases/download/nightly/bfdev-linux-amd64.tar.gz
3636
sudo tar -xzvf bfdev-linux-amd64.tar.gz -C /usr
3737
3838
- name: configure cmake

0 commit comments

Comments
 (0)