Skip to content

Commit c2128cd

Browse files
Pin templ version to allow for succesful build
1 parent cc07ffc commit c2128cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Make repo safe
1919
run: git config --global --add safe.directory /__w/SOARCA-GUI/SOARCA-GUI
2020
- name: Install Templ
21-
run: go install github.com/a-h/templ/cmd/templ@latest
21+
run: go install github.com/a-h/templ/cmd/templ@0.3.819
2222

2323
- name: Setup node
2424
uses: actions/setup-node@v4
@@ -40,7 +40,7 @@ jobs:
4040
with:
4141
fetch-depth: 0
4242
- name: Install Templ
43-
run: go install github.com/a-h/templ/cmd/templ@latest
43+
run: go install github.com/a-h/templ/cmd/templ@0.3.819
4444

4545
- name: lint
4646
run: |
@@ -64,7 +64,7 @@ jobs:
6464
- name: Make repo safe
6565
run: git config --global --add safe.directory /__w/SOARCA-GUI/SOARCA-GUI
6666
- name: Install Templ
67-
run: go install github.com/a-h/templ/cmd/templ@latest
67+
run: go install github.com/a-h/templ/cmd/templ@0.3.819
6868
timeout-minutes: 12
6969
- name: Run tests
7070
run: |

0 commit comments

Comments
 (0)