35 Commits

Author SHA1 Message Date
Dave Rolsky
a72a5f146c
Update README.md to use ubuntu-24.04 in examples 2025-02-15 12:54:54 -06:00
Dave Rolsky
c04b5a0b3e
Add docs on using mise 2025-02-09 17:55:51 -06:00
莯凛
5b5d0b578b Add some more details to the docs about environment variables 2025-01-20 14:26:41 -06:00
Dave Rolsky
02bec77bb9
Remove pointless skip_tests key in README.md example 2025-01-20 11:54:32 -06:00
Dave Rolsky
67b2637704
Document setting the env key when using this action
This addresses #36.
2025-01-20 11:53:51 -06:00
Dave Rolsky
cd04d1a926
Update README.md to talk about weird issue I saw with caching multiple crates 2025-01-11 13:01:14 -06:00
Dave Rolsky
faf2f9fd0a
Include the hash of the cross binary in the cache key
This protects against changes to the Docker images that `cross` uses.
2024-12-24 11:39:17 -06:00
Dave Rolsky
a183497a0a
Include OS version in cache key when using cargo for builds
If we're running cargo, we need to add the runner name to the cache. Otherwise things that link
against system packages, like openssl, can break when we use the same cache across different
versions of the runner OS. For example, when going from Ubuntu 20.04 to 22.04, we move from OpenSSL
1.1.x to 3.x.
2024-12-24 11:22:45 -06:00
Dave Rolsky
b1824d4802
Update README.md for version 1 bump 2024-12-21 22:27:23 -06:00
Dave Rolsky
9ec7e60cb6
Clarify use cases in README.md 2024-12-21 22:17:14 -06:00
Dave Rolsky
fd3526da5f
Fix example in README.md to use checkout@v4 2024-12-21 22:17:14 -06:00
Dave Rolsky
12331c384e
Tweak wording in README.md 2024-12-21 22:17:14 -06:00
Dave Rolsky
02640563b4
Add bench to command docs 2024-12-21 21:50:18 -06:00
Dave Rolsky
7ad7c57bed
Add support for Swatinem/rust-cache@v2 2024-12-21 21:50:18 -06:00
Seppe
294bb6a7fe Fix incorrect parameter name in README.md example config 2024-10-19 12:38:21 -04:00
Dave Rolsky
99d882779c
Remove reference to matrix.toolchain in README.md example config 2024-10-13 16:53:55 -05:00
Dave Rolsky
9a3029eecb
Clarify what runner images this action works with 2024-10-13 16:52:41 -05:00
Dave Rolsky
ede19eddfb
Update example matrix in README.md 2024-10-13 16:49:06 -05:00
Dave Rolsky
d5709df172
Show use of actions-rust-release in README.md 2024-09-21 12:00:40 -05:00
Dave Rolsky
52a0827e28
Fix README - tests still fail on non-x86 Windows 2024-08-20 16:40:37 -05:00
Dave Rolsky
e4e3cc18ae
Update README to remove bit about tests not working on Windows or macOS ARM 2024-08-20 16:38:47 -05:00
Dave Rolsky
2297f8e434
Add typos command for linting and tidying and fix issues it found 2024-05-18 12:28:18 +08:00
Dave Rolsky
c464bd9469
Make it possible to install cross from a git tag 2024-05-18 12:28:18 +08:00
Dave Rolsky
fc51bd6dfd
Small wording tweak in README.md 2023-12-10 17:43:14 -06:00
Dave Rolsky
d02a87e838
Replace "binary" with "binaries" in docs 2023-12-10 17:42:14 -06:00
Dave Rolsky
883c7a0854
Add cross-version parameter to specify cross version 2023-12-10 10:58:39 -06:00
Dave Rolsky
ef5051e603
Fix typo in README.md 2023-12-10 10:31:19 -06:00
Dave Rolsky
d3cc976c26
Fix typo in README.md 2023-09-10 15:12:49 -05:00
aaronvg
42fe96a4c1
Add support for a "working-directory" parameter
This commit updates the tests to check that this works and also rewrites the
test script from Bash to Perl.

Co-authored-by: Dave Rolsky <autarch@urth.org>
2023-09-10 15:12:49 -05:00
Dave Rolsky
ab89553767
Update precious config to line wrap all Markdown files 2023-07-22 11:28:43 -05:00
Dave Rolsky
5d15c12d99
Note that Swatinem/rust-cache just works with this action 2023-07-22 11:26:35 -05:00
Dave Rolsky
30e7adeceb
Add toolchain input to README.md docs 2023-03-19 17:43:22 -04:00
Dave Rolsky
2f68f636e2
Add support for running test command as well as build 2023-03-17 11:12:36 -04:00
Dave Rolsky
aa7ccd3cba
Fix typos in README.md 2023-03-05 15:15:22 -06:00
Dave Rolsky
f6f35c34e0
Add docs in README.md 2023-03-05 15:05:14 -06:00