Skip to content

Commit 7c169e1

Browse files
committed
test
Signed-off-by: Fedor Partanskiy <fredprtnsk@gmail.com>
1 parent cdd7bea commit 7c169e1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/verify-build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ jobs:
7878
- sbe nwo msp
7979
runs-on: ${{ github.repository == 'hyperledger/fabric' && 'fabric-ubuntu-24.04' || 'ubuntu-24.04' }}
8080
steps:
81+
- name: Set up Docker
82+
uses: docker/setup-docker-action@v4
83+
with:
84+
version: '28.5.2'
8185
- uses: actions/checkout@v5
8286
name: Checkout Fabric Code
8387
- uses: actions/setup-go@v6

0 commit comments

Comments
 (0)