Skip to content

Commit eaf59f6

Browse files
committed
hotfix
1 parent 3c26f05 commit eaf59f6

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,11 @@ jobs:
131131
pull-requests: write # needed to create and update comments in PRs
132132

133133
steps:
134+
- name: Checkout git repo
135+
uses: actions/checkout@v6
136+
with:
137+
fetch-depth: 0
138+
134139
- name: Set up QEMU (multiplatform support)
135140
uses: docker/setup-qemu-action@v3
136141

@@ -158,4 +163,4 @@ jobs:
158163
tags: adreaskar/javascriptgr:latest
159164
cache-from: type=gha
160165
cache-to: type=gha,mode=max
161-
platforms: linux/amd64,linux/arm64,linux/arm/v7
166+
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)