Skip to content

Commit

Permalink
Merge pull request #298 from crazy-max/virtual-env
Browse files Browse the repository at this point in the history
Enhance virtual-env workflow
  • Loading branch information
crazy-max authored Feb 15, 2021
2 parents dc4c1fc + 659fcba commit 3db4797
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/virtual-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,17 @@ jobs:
- ubuntu-18.04
- ubuntu-16.04
steps:
-
name: List install packages
run: apt list --installed
-
name: Docker info
run: docker info
-
name: Docker buildx version
name: Docker version
run: docker version
-
name: buildx version
run: docker buildx version
-
name: containerd version
Expand Down

0 comments on commit 3db4797

Please sign in to comment.