We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14dcc06 commit c8ab2ceCopy full SHA for c8ab2ce
.github/workflows/publish.yml
@@ -91,6 +91,9 @@ jobs:
91
name: pre-built-tools
92
path: /home/runner/.cargo/bin/
93
94
+ - name: Make all downloaded tools executable
95
+ run: chmod +x /home/runner/.cargo/bin/*
96
+
97
- name: Build course in English
98
if: matrix.language == 'en'
99
run: .github/workflows/build.sh en book
@@ -123,6 +126,9 @@ jobs:
123
126
with:
124
127
125
128
129
130
131
132
133
- name: Download all translations
134
uses: actions/download-artifact@v4
0 commit comments