diff options
| author | 2024-04-16 22:27:22 +0200 | |
|---|---|---|
| committer | 2024-04-16 22:27:22 +0200 | |
| commit | 31ecdc898c195a9f413fdecb7497693572c2dad3 (patch) | |
| tree | 1e82889e9b5b302fa20d5a4ff55f9b13dbc7f047 /.github | |
| parent | ci: run the loadable extension test in another job (diff) | |
| download | zig-sqlite-31ecdc898c195a9f413fdecb7497693572c2dad3.tar.gz zig-sqlite-31ecdc898c195a9f413fdecb7497693572c2dad3.tar.xz zig-sqlite-31ecdc898c195a9f413fdecb7497693572c2dad3.zip | |
ci: don't need submodules
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/main.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1c71a57..8d3162e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml | |||
| @@ -34,8 +34,6 @@ jobs: | |||
| 34 | steps: | 34 | steps: |
| 35 | - name: Checkout repository | 35 | - name: Checkout repository |
| 36 | uses: actions/checkout@v4 | 36 | uses: actions/checkout@v4 |
| 37 | with: | ||
| 38 | submodules: true | ||
| 39 | 37 | ||
| 40 | - name: Setup zig | 38 | - name: Setup zig |
| 41 | uses: goto-bus-stop/setup-zig@v2 | 39 | uses: goto-bus-stop/setup-zig@v2 |