Skip to content

Commit 28539e0

Browse files
committed
To be uncommitted: added os and glibc releases dump to test-frontend.yaml.
Signed-off-by: Eric Le Ponner <eric.leponner@icloud.com>
1 parent 0f4cab5 commit 28539e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-frontend.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: pnpm install --frozen-lockfile
5656

5757
- name: Build Linux executable
58-
run: pnpm run build:linux:e2e
58+
run: cat /etc/os-release && getconf GNU_LIBC_VERSION && pnpm run build:linux:e2e
5959
working-directory: front-end
6060

6161
- name: Cache Build Artifacts

0 commit comments

Comments
 (0)