Skip to content

Commit 800c6d4

Browse files
committed
Fix up the test environment setup script
The real issue here is that this depends on our build base image, which is based on ACT's base scripts (no longer maintained) and which doesn't fully work any more due to various outdated assumptions (particularly around things like installing Chromium). We're going to have to deal with this eventually, but not today! Hopefully eventually we can do so by migrating to something based on the normal GHA images (but a bit more stability and versioning would be nice...) but who knows.
1 parent 798ffa2 commit 800c6d4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
run: |
3737
# Fix annoying Yarn issue: https://github.com/yarnpkg/yarn/issues/7866
3838
curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
39+
# Ditto but for Google:
40+
curl -sL https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
3941
4042
sudo apt-get update
4143
sudo apt-get install -y p7zip-full xterm

0 commit comments

Comments
 (0)