Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel86 authored Sep 9, 2024
1 parent f77866c commit c87fed6
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,14 @@ jobs:
- name: setup init_script
shell: bash
run: |
add-apt-repository ppa:oibaf/graphics-drivers
sudo apt-get install -y -qq libvulkan1 mesa-vulkan-drivers vulkan-utils
echo "#!/bin/bash
# Input args provided by StaticAnalysis action
root_dir=\${1}
build_dir=\${2}
echo \"Hello from the init script! First arg=\${root_dir} second arg=\${build_dir}\"
add-apt-repository ppa:oibaf/graphics-drivers
apt update && apt upgrade
apt install -y libvulkan1 mesa-vulkan-drivers vulkan-utils" > init_script.sh
echo \"Hello from the init script! First arg=\${root_dir} second arg=\${build_dir}\"" > init_script.sh
- name: Run static analysis
uses: JacobDomagala/StaticAnalysis@master
with:
Expand Down

0 comments on commit c87fed6

Please sign in to comment.