Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pvshvp-oss committed Mar 12, 2024
1 parent c66fc32 commit 7e9de10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code_validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
uses: Swatinem/rust-cache@v2
- name: ↕️ Install Ubuntu Dependencies Step
id: ubuntu_dependencies_install_step
if: ${{ matrix.cicd_runner == 'ubuntu-latest' && command_base == 'cargo' }}
if: ${{ matrix.cicd_runner == 'ubuntu-latest' && matrix.command_base == 'cargo' }}
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: build-essential libssl-dev libgtk-4-dev
Expand Down

0 comments on commit 7e9de10

Please sign in to comment.