Skip to content

Commit 8e7e35b

Browse files
authored
Update copilot-setup-steps.yml
1 parent dcaaeb0 commit 8e7e35b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/copilot-setup-steps.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ jobs:
3939
- name: Verify Java version
4040
run: java --version
4141

42-
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+
4345
- name: Install Playwright
4446
run: cs launch com.microsoft.playwright:playwright:1.51.0 -M "com.microsoft.playwright.CLI" -- install --with-deps
4547

0 commit comments

Comments
 (0)