We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5921dc9 commit 0a97097Copy full SHA for 0a97097
1 file changed
.github/workflows/build.yml
@@ -8,6 +8,8 @@ jobs:
8
steps:
9
- uses: actions/checkout@v2
10
11
+ - uses: docker/setup-buildx-action@v1
12
+
13
- name: Build
14
run: |
15
curl --fail --location --silent --output bob https://function61.com/go/turbobob-latest-stable-linux-amd64 && chmod +x bob
0 commit comments