Skip to content

Commit f832c5f

Browse files
committed
attempt to fix github actions
1 parent 46d3bc6 commit f832c5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
- uses: actions/checkout@v4
27-
- uses: dlang-community/setup-dlang@4c99aa991ce7d19dd3064de0a4f2f6b2f152e2d7
27+
- uses: dlang-community/setup-dlang@934047eba531212a2c77e7c1b5999d32c2becb81
2828

2929
- name: 'Build & Test'
3030
run: |

0 commit comments

Comments
 (0)