aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mikisabate@gmail.com>2024-10-18 23:15:58 +0200
committerMiquel Sabaté Solà <mikisabate@gmail.com>2024-12-12 07:48:30 +0100
commit4e3bb4f9065f7ab7a407946b8fb85f31bdffc3d9 (patch)
tree1d744fa178862a72434c7ad8678eb6be04a2e99d /.github/workflows
parent16114b2ca358dbbef09cb5a8d3a843a0e11a3b88 (diff)
downloadtools.nes-4e3bb4f9065f7ab7a407946b8fb85f31bdffc3d9.tar.gz
tools.nes-4e3bb4f9065f7ab7a407946b8fb85f31bdffc3d9.zip
ci: Pick the proper stable version
Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index e5e8d79..db5bc23 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -15,6 +15,11 @@ jobs:
steps:
- uses: actions/checkout@v4
+ - name: Ensure latest Rust stable
+ run: |
+ rustup update stable
+ rustup default stable
+
- name: Run tests
run: cargo test --verbose