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 f3af107 commit 7bf753bCopy full SHA for 7bf753b
.github/workflows/emacs-checks.yml
@@ -80,6 +80,11 @@ jobs:
80
with:
81
version: 'snapshot'
82
83
+ - name: Setup Rustowl
84
+ run: |
85
+ ./scripts/build/toolchain cargo build --release
86
+ ./scripts/build/toolchain cargo install --path . --locked
87
+
88
- name: Run Tests
89
run: eask run script test
90
@@ -95,6 +100,11 @@ jobs:
95
100
96
101
version: 28.1
97
102
103
104
105
106
107
98
108
- name: Setup Eask
99
109
uses: emacs-eask/setup-eask@master
110
0 commit comments