Skip to content

Commit

Permalink
Fix Ubuntu install
Browse files Browse the repository at this point in the history
  • Loading branch information
avelad committed Sep 24, 2024
1 parent 3e6c6e1 commit fc613ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:

- name: 'Install Opera on Ubuntu'
if: matrix.os == 'ubuntu-latest' && matrix.browser == 'Opera'
run: sudo apt -y update && sudo apt -y install snapd && snap install opera
run: sudo apt -y update && sudo apt -y install snapd && sudo snap install opera

- name: 'Install Opera on Windows'
if: matrix.os == 'windows-latest' && matrix.browser == 'Opera'
Expand Down

0 comments on commit fc613ed

Please sign in to comment.