We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcaaeb0 commit 8e7e35bCopy full SHA for 8e7e35b
1 file changed
.github/workflows/copilot-setup-steps.yml
@@ -39,7 +39,9 @@ jobs:
39
- name: Verify Java version
40
run: java --version
41
42
-
+ - name: Setup Coursaier
43
+ run: curl -fL "https://github.com/coursier/launchers/raw/master/cs-x86_64-pc-linux.gz" | gzip -d > /usr/local/bin/cs && chmod +x /usr/local/bin/cs
44
+
45
- name: Install Playwright
46
run: cs launch com.microsoft.playwright:playwright:1.51.0 -M "com.microsoft.playwright.CLI" -- install --with-deps
47
0 commit comments