Skip to content

Commit af73172

Browse files
committed
chore: typo
1 parent 2f38f3d commit af73172

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build-binaries.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167
if: ${{ matrix.is_qa == true }}
168168
uses: ./actions/sed_for_qa
169169

170-
- name: Custom static builds for libsession-util-nodejs
170+
- name: Enforce static builds for libsession-util-nodejs
171171
uses: ./actions/enforce_static_builds
172172

173173
- name: Build
@@ -342,6 +342,9 @@ jobs:
342342
with:
343343
cache_suffix: ${{ matrix.cache_suffix }}
344344

345+
- name: Enforce static builds for libsession-util-nodejs
346+
uses: ./actions/enforce_static_builds
347+
345348
- name: Build
346349
run: pnpm run build
347350

0 commit comments

Comments
 (0)