aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatheus Catarino <matheus-catarino@hotmail.com>2025-05-31 14:56:15 -0300
committerMatheus Catarino <matheus-catarino@hotmail.com>2025-05-31 15:07:12 -0300
commita14bf3b8e33ae59b4f225d77c13aff37f1ac63fe (patch)
tree4d404bc62e04efa4ae0432d54329417c19a98a65
parentedbb47ae20fcd9468a721fc9f5bf570aef9104b6 (diff)
ci: update sokol-d runner
-rw-r--r--.github/workflows/gen_bindings.yml9
1 files changed, 4 insertions, 5 deletions
diff --git a/.github/workflows/gen_bindings.yml b/.github/workflows/gen_bindings.yml
index 8cc05592..b776f43c 100644
--- a/.github/workflows/gen_bindings.yml
+++ b/.github/workflows/gen_bindings.yml
@@ -292,10 +292,9 @@ jobs:
- uses: actions/checkout@main
with:
repository: kassane/sokol-d
- - uses: goto-bus-stop/setup-zig@v2
- with:
- version: 0.14.0
- - uses: dlang-community/setup-dlang@v1
+ ref: builder # remove after https://github.com/kassane/sokol-d/pull/70 is merged
+ - uses: egor-tensin/vs-shell@v2
+ - uses: dlang-community/setup-dlang@v2
with:
compiler: ldc-master
- uses: actions/download-artifact@main
@@ -308,7 +307,7 @@ jobs:
sudo apt-get update
sudo apt-get install libgl1-mesa-dev libegl1-mesa-dev mesa-common-dev xorg-dev libasound-dev
- name: build
- run: zig build --summary all
+ run: dub build -v
test-jai:
needs: gen-bindings
strategy: