We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac27b7a commit ec6eb82Copy full SHA for ec6eb82
.github/workflows/ubuntu-clang.yml
@@ -32,7 +32,7 @@ jobs:
32
33
- name: install environment
34
run: |
35
- wget https://github.com/openbfdev/bfdev-package/raw/refs/heads/main/bfdev-linux-amd64.tar.gz
+ wget https://github.com/openbfdev/bfdev/releases/download/nightly/bfdev-linux-amd64.tar.gz
36
sudo tar -xzvf bfdev-linux-amd64.tar.gz -C /usr
37
38
- name: configure cmake
.github/workflows/ubuntu-gcc.yml
0 commit comments