removes artifacts of the past from CI

This commit is contained in:
Nikolay Govorov
2026-03-17 14:24:22 +00:00
parent b252aa71d0
commit c0c4e26d63
6 changed files with 71 additions and 122 deletions

View File

@@ -23,8 +23,6 @@ jobs:
- uses: actions/checkout@v6
with:
fetch-depth: 0
# fetch submodules recusively, to get zig-js-runtime submodules also.
submodules: recursive
- uses: ./.github/actions/install