We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ded8d3 commit bfb0c6dCopy full SHA for bfb0c6d
.github/actions/setup/action.yml
@@ -1,6 +1,7 @@
1
# Note: this is only compatible with Linux runners.
2
3
-name: Test setup
+name: Setup
4
+description: "Setup the environment for the CI"
5
inputs:
6
pull_token:
7
description: "Token to use for private repo access"
@@ -101,6 +102,3 @@ runs:
101
102
else
103
echo "pkg-config and libssl-dev are already installed."
104
fi
-
105
- - name: Set up Docker
106
- uses: docker/setup-buildx-action@v3
0 commit comments