mirror of
https://github.com/denoland/rusty_v8.git
synced 2024-11-21 20:28:58 +00:00
ci: update python, python setup, cache, and rust version (#1171)
Updated python to 3.11.x, python setup to v3, cache to v3, and rust to version 1.66.1
This commit is contained in:
parent
7c1b08e6a8
commit
bc5660b4b2
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -74,12 +74,12 @@ jobs:
|
||||
uses: hecrj/setup-rust-action@v1
|
||||
with:
|
||||
components: clippy, rustfmt
|
||||
rust-version: 1.60.0
|
||||
rust-version: 1.66.1
|
||||
|
||||
- name: Install python
|
||||
uses: actions/setup-python@v3
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: 3.10.x
|
||||
python-version: 3.11.x
|
||||
architecture: x64
|
||||
|
||||
- name: Install cross compilation toolchain
|
||||
@ -103,7 +103,7 @@ jobs:
|
||||
run: git submodule status --recursive > git_submodule_status.txt
|
||||
|
||||
- name: Cache
|
||||
uses: actions/cache@v2
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
# Note: rusty_v8 targets always get get rebuilt, and their outputs
|
||||
# ('librusty_v8.rlib', the whole 'gn_out' directory, etc.) can be
|
||||
|
Loading…
Reference in New Issue
Block a user