We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e01467 commit ae9a149Copy full SHA for ae9a149
.github/workflows/test.yml
@@ -54,6 +54,10 @@ jobs:
54
distver: 14.04 # It seems that 14.04 is the oldest Ubuntu possible to run in a github actions container
55
steps:
56
- uses: actions/checkout@v3
57
+ - name: apt hacks for older Debian
58
+ if: matrix.distver == 'jessie'
59
+ run: |
60
+ echo "APT::Get::AllowUnauthenticated 1;" > /etc/apt/apt.conf.d/02allow-unsigned
61
- name: Install deps on Debian and Ubuntu
62
run: |
63
set -e
0 commit comments