Skip to content

Commit

Permalink
Merge pull request #6038 from DrDaveD/buster-ci
Browse files Browse the repository at this point in the history
Update debian in ci from stretch to buster
  • Loading branch information
kmuriki authored Jun 15, 2021
2 parents 54b4598 + dd73e7d commit 8c7c4fd
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,11 @@ jobs:
debian:
name: debian
runs-on: ubuntu-20.04
container: golang:1.16-stretch
container: golang:1.16-buster
steps:
- name: Fetch deps
run: |
apt-get -q update && apt-get -q install -y build-essential libssl-dev uuid-dev squashfs-tools cryptsetup-bin
echo "deb http://ftp.debian.org/debian stretch-backports main" >> /etc/apt/sources.list
apt-get -q update
apt-get -q remove -y --purge git
apt-get -q install -y -t stretch-backports git
- uses: actions/checkout@v2

Expand Down

0 comments on commit 8c7c4fd

Please sign in to comment.