Skip to content

Commit

Permalink
fix clang-pgo test
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyan4973 committed Jan 15, 2025
1 parent 92d1a7d commit 3092aa9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/dev-short-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -621,8 +621,7 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag=v4.1.1
- name: Build PGO Zstd with Clang
env:
CC: clang-14
LLVM_PROFDATA: llvm-profdata-14
CC: clang
run: |
make -C programs zstd-pgo
./programs/zstd -b
Expand Down

0 comments on commit 3092aa9

Please sign in to comment.