Skip to content

Commit fe2e22e

Browse files
committed
fix build
1 parent 0d08009 commit fe2e22e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,16 @@ jobs:
1616
- name: Check out code
1717
uses: actions/checkout@v3
1818

19+
# This should not be needed, but it is a workaround
20+
# ref: https://github.com/retypeapp/retype/issues/711
21+
- uses: actions/setup-dotnet@v1
22+
with:
23+
dotnet-version: 7.0.x
24+
1925
- name: Build site
2026
uses: retypeapp/action-build@latest
2127

2228
- name: Publish to GitHub Pages
2329
uses: retypeapp/action-github-pages@latest
2430
with:
25-
update-branch: true
31+
update-branch: true

0 commit comments

Comments
 (0)