Skip to content

Commit

Permalink
install package
Browse files Browse the repository at this point in the history
  • Loading branch information
makeevrserg committed Jul 18, 2024
1 parent 59d300d commit 1650410
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/call-create-baseline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,12 @@ jobs:
name: CHeck lib
runs-on: ubuntu-latest
steps:
- name: Check lib
- name: Install apt-file
run: |
sudo apt-get install -y apt-file
- name: Update files
run: |
sudo apt-file update
- name: Check lib
run: |
apt-file search libX11.so.6
Expand Down

0 comments on commit 1650410

Please sign in to comment.