Skip to content

Commit

Permalink
use install script
Browse files Browse the repository at this point in the history
  • Loading branch information
taegyunkim committed Dec 4, 2024
1 parent efe1406 commit b00f75d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/profiling-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install LLVM and Clang
uses: KyleMayes/install-llvm-action@v2
with:
version: "19.0"
run: |
wget https://apt.llvm.org/llvm.sh
chmod +x llvm.sh
sudo ./llvm.sh 19
- name: Run profiling native tests
run: ./ddtrace/internal/datadog/profiling/build_standalone.sh --${{matrix.sanitizer}} RelWithDebInfo dd_wrapper_test

0 comments on commit b00f75d

Please sign in to comment.