Skip to content

Commit

Permalink
Fixes CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix "xq" Queißner committed Mar 27, 2024
1 parent bfb089b commit 3854a6e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 13 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,9 @@ jobs:

steps:
- uses: actions/checkout@v2
with:
submodules: "recursive"

- name: Setup Zig
uses: goto-bus-stop/setup-zig@v1
uses: goto-bus-stop/setup-zig@v2
with:
version: master

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Render Website

on: [push]
on:
push:
branch: none # disabled for now

jobs:
build:
Expand All @@ -13,7 +15,7 @@ jobs:
submodules: 'recursive'

- name: Setup Zig
uses: goto-bus-stop/setup-zig@v1
uses: goto-bus-stop/setup-zig@v2
with:
version: master

Expand Down
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[submodule "libs/ace-builds"]
path = libs/ace-builds
url = https://github.com/ajaxorg/ace-builds
[submodule "libs/koino"]
path = libs/koino
url = https://github.com/kivikakk/koino
4 changes: 0 additions & 4 deletions build.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@
.url = "https://github.com/MasterQ32/any-pointer/archive/e57d13c9f5476d9cf6dc3fa541d5a78827da96fb.tar.gz",
.hash = "12205a42860518c1ef0391686d047a3ec16ef0e7f70f0b0bba5c597bdd6afbcd0d10",
},
// .interface = .{
// .url = "https://github.com/MasterQ32/interface.zig/archive/a5ebd920d2953167152f94c005043d49c258e7a1.tar.gz",
// .hash = "122039c0c0e050acb36fb7b7eee5e0051695bf1964d3835b74e7e02790b922bc3e33",
// },
},

.paths = .{"."},
Expand Down
1 change: 0 additions & 1 deletion libs/koino
Submodule koino deleted from ea64a3

0 comments on commit 3854a6e

Please sign in to comment.