We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ae20e0d + d51d741 commit 8be962aCopy full SHA for 8be962a
1 file changed
.github/workflows/copilot-setup-steps.yml
@@ -32,6 +32,9 @@ jobs:
32
node-version: "18"
33
cache: "npm"
34
35
+ - name: Install Subversion
36
+ run: sudo apt-get update && sudo apt-get install -y subversion
37
+
38
- name: Install JavaScript dependencies
39
run: npm ci
40
0 commit comments