Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
Signed-off-by: Viet Anh Duong <anh.duong@kyber.network>
  • Loading branch information
vietanhduong committed Dec 30, 2023
1 parent 299da79 commit 98baf12
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ jobs:
run: |
ID="$(docker create --name llvm ghcr.io/vietanhduong/wbpf-llvm:${LLVM_VERSION} bash -l)"
sudo docker cp "$ID:/usr/local/bin/clang" /usr/local/bin
sudo docker cp "$ID:/usr/local/bin/clang-amd64" /usr/local/bin
sudo docker cp "$ID:/usr/local/bin/clang-arm64" /usr/local/bin
docker rm $ID
- name: Run Test
Expand Down

0 comments on commit 98baf12

Please sign in to comment.