| 20a2d3ac | 24-Aug-2022 |
Martin Algesten <[email protected]> |
Build windows on C:\ where there's diskspace
The github cargo actions lack the `working-directory` setting, which means we can't use those. This commit changes to use straight up rustup install and
Build windows on C:\ where there's diskspace
The github cargo actions lack the `working-directory` setting, which means we can't use those. This commit changes to use straight up rustup install and cargo test.
show more ...
|