Skip to content

Commit

Permalink
build: ensure Yarn repo key is up-to-date
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Feb 3, 2020
1 parent bc18e3f commit c11fdaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
if: matrix.os == 'ubuntu-latest'
run: |
sudo add-apt-repository -y ppa:alexlarsson/flatpak
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
sudo apt-get update
sudo apt-get install -y --no-install-recommends snapcraft flatpak-builder elfutils
ci/install_runtimes.sh
Expand Down

0 comments on commit c11fdaa

Please sign in to comment.