We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc13fbe commit c23243cCopy full SHA for c23243c
.github/workflows/ci.yml
@@ -67,7 +67,7 @@ jobs:
67
- name: Setup Node
68
uses: actions/setup-node@v4
69
- name: Install SVN
70
- run: sudo apt-get install -y svn
+ run: sudo apt-get install -y subversion
71
- name: Install Dependencies
72
run: npm ci
73
- name: Update GSE/API/Patreon.lua
0 commit comments