Skip to content

Commit f53a5f2

Browse files
PR build action
1 parent e7bf3d0 commit f53a5f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
- name: Checkout mx-chain-simulator-go
2929
uses: actions/checkout@v4
3030
with:
31-
repository: 'multiversx/mx-chain-simulator-go'
3231
path: 'mx-chain-simulator-go'
3332

3433
- name: Get dependencies
@@ -38,6 +37,7 @@ jobs:
3837
curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
3938
dep ensure
4039
fi
40+
4141
- name: Build
4242
run: |
4343
cd mx-chain-simulator-go/cmd/chainsimulator

0 commit comments

Comments
 (0)