Skip to content

Commit

Permalink
fix build analysis action
Browse files Browse the repository at this point in the history
  • Loading branch information
malytomas committed Dec 10, 2023
1 parent 19bc2cf commit 2f0e225
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/buildTimeAnalysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ jobs:
Analysis:
runs-on: ubuntu-latest
env:
CC: clang
CXX: clang++
CC: clang-15
CXX: clang++-15
CFLAGS: -ftime-trace
CXXFLAGS: -ftime-trace
strategy:
Expand All @@ -16,13 +16,7 @@ jobs:
- name: Install packages
run: |
sudo apt-get update
sudo apt-get install -y xorg-dev nasm clang
- name: Versions
run: |
cmake --version
clang --version
git --version
sudo apt-get install -y xorg-dev nasm clang-15
- name: Prepare Build Analyzer
run: |
Expand Down

0 comments on commit 2f0e225

Please sign in to comment.