diff options
| author | Matheus Catarino <matheus-catarino@hotmail.com> | 2025-06-03 16:41:41 -0300 |
|---|---|---|
| committer | Matheus Catarino <matheus-catarino@hotmail.com> | 2025-06-03 16:41:41 -0300 |
| commit | 69e43214d07993b5c33e3837cf3fcfd7479f1e93 (patch) | |
| tree | e8ccd717eea4d68a1a6b219986b522af9a562ffd /.github | |
| parent | cf03048c5a8d766ad3164374894208a9e9156aaf (diff) | |
ci: drop sokol-d-builder-branch [wait merge]
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/gen_bindings.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/gen_bindings.yml b/.github/workflows/gen_bindings.yml index ad5ce7b0..e0ab8b15 100644 --- a/.github/workflows/gen_bindings.yml +++ b/.github/workflows/gen_bindings.yml @@ -292,8 +292,7 @@ jobs: - uses: actions/checkout@main with: repository: kassane/sokol-d - ref: builder # remove after https://github.com/kassane/sokol-d/pull/70 is merged - - uses: egor-tensin/vs-shell@v2 + - uses: egor-tensin/vs-shell@v2 # get cl.exe (default for Windows) - uses: dlang-community/setup-dlang@v2 with: compiler: ldc-master |