File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 4545 with :
4646 version : ${{matrix.emacs_version}}
4747
48+ # Emacs needs GPG to verify package signatures. The MSYS2 GPG
49+ # bundled with the GitHub Windows runner cannot handle native
50+ # Windows paths, so we install a native Windows port of GPG
51+ # instead.
52+ - name : Setup Scoop and GPG on Windows
53+ if : startsWith (matrix.os, 'windows')
54+ uses : MinoruSekine/setup-scoop@v4.0.2
55+ with :
56+ apps : gpg
57+ scoop_update : false
58+ - name : Add GPG at the beginning of PATH on Windows
59+ if : startsWith (matrix.os, 'windows')
60+ run : |
61+ echo "C:\Users\runneradmin\scoop\apps\gpg\current\bin" >> $env:GITHUB_PATH
62+
4863 - name : Install Eldev
4964 if : " !startsWith (matrix.os, 'windows')"
5065 run : curl -fsSL https://raw.github.com/doublep/eldev/master/webinstall/github-eldev | sh
You can’t perform that action at this time.
0 commit comments