Skip to content

Commit 28777bd

Browse files
authored
Merge pull request #22 from rh-amarin/avoid-extends
Fix release GitHub Action to install tsp compiler
2 parents 21cd118 + 788e350 commit 28777bd

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
- name: Install dependencies
2525
run: npm install
2626

27+
- name: Install tsp
28+
run: npm install -g @typespec/compiler@1.6
29+
2730
- name: Build Core schema
2831
run: ./build-schema.sh core
2932

0 commit comments

Comments
 (0)