We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 21cd118 + 788e350 commit 28777bdCopy full SHA for 28777bd
1 file changed
.github/workflows/release.yml
@@ -24,6 +24,9 @@ jobs:
24
- name: Install dependencies
25
run: npm install
26
27
+ - name: Install tsp
28
+ run: npm install -g @typespec/compiler@1.6
29
+
30
- name: Build Core schema
31
run: ./build-schema.sh core
32
0 commit comments