We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e0e51c commit 62dbc84Copy full SHA for 62dbc84
1 file changed
.github/workflows/test.yml
@@ -23,14 +23,6 @@ jobs:
23
- uses: ruby/setup-ruby@v1
24
with:
25
ruby-version: ${{ matrix.ruby-version }}
26
- - name: Update MSYS2 package database
27
- if: |
28
- matrix.runs-on == 'windows-latest'
29
- run: |
30
- ridk exec pacman `
31
- --noconfirm `
32
- --refresh `
33
- --sync
34
- name: Install dependencies
35
run: |
36
gem install packnga rake yard
0 commit comments