Skip to content

Commit

Permalink
fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
malytomas committed Jul 19, 2024
1 parent f496377 commit f691cdf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/buildTimeAnalysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install packages
run: |
sudo apt-get update
sudo apt-get install -y xorg-dev nasm clang-15
sudo apt-get install -y xorg-dev libwayland-dev libxkbcommon-dev libpulse-dev libasound2-dev nasm libssl-dev clang-15
- name: Prepare Build Analyzer
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Install packages
run: |
sudo apt-get update
sudo apt-get install -y xorg-dev nasm ${{ matrix.compiler.install }}
sudo apt-get install -y xorg-dev libwayland-dev libxkbcommon-dev libpulse-dev libasound2-dev nasm libssl-dev ${{ matrix.compiler.install }}
- name: Versions
run: |
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
- name: Install packages
run: |
sudo apt-get update
sudo apt-get install -y xorg-dev nasm ${{ matrix.compiler.install }}
sudo apt-get install -y xorg-dev libwayland-dev libxkbcommon-dev libpulse-dev libasound2-dev nasm libssl-dev ${{ matrix.compiler.install }}
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit f691cdf

Please sign in to comment.