Skip to content

Commit

Permalink
Fix variable name in actions.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
greg7mdp committed Jul 31, 2023
1 parent 4c36cab commit e36d4e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
submodules: true
- name: 'setup'
if: contains(matrix.vm_image, '20.04')
if: contains(matrix.config.vm_image, '20.04')
run: |
sudo apt-get install -y g++-10 libstdc++-10-dev
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-10 100 \
Expand Down

0 comments on commit e36d4e7

Please sign in to comment.