Skip to content

Commit

Permalink
ci(github): 🐛 fix missing dep install step for codeql action
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuar committed Jan 21, 2024
1 parent dda2ad4 commit b07044d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ jobs:
# - name: Autobuild
# uses: github/codeql-action/autobuild@v3

- name: Install/Cache dependencies
id: cache_pkg_deps
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: desktop-file-utils gcc libgl1-mesa-dev libegl1-mesa-dev libgles2-mesa-dev libx11-dev xorg-dev

- name: Setup Go
id: setup_go
uses: actions/setup-go@v5
Expand Down

0 comments on commit b07044d

Please sign in to comment.