mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2026-05-26 20:49:55 +00:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9a5ba6171f | |||
| da3efa05b5 | |||
| b53ba2eef4 | |||
| 33019c4529 |
@@ -19,7 +19,7 @@ inputs:
|
|||||||
rust-version:
|
rust-version:
|
||||||
description: 'Rust version to install (e.g. nightly). Defaults to 1.87.0'
|
description: 'Rust version to install (e.g. nightly). Defaults to 1.87.0'
|
||||||
required: false
|
required: false
|
||||||
default: '1.87.0'
|
default: ''
|
||||||
sccache-cache-limit:
|
sccache-cache-limit:
|
||||||
description: 'Maximum size limit for sccache local cache (e.g. 2G, 500M)'
|
description: 'Maximum size limit for sccache local cache (e.g. 2G, 500M)'
|
||||||
required: false
|
required: false
|
||||||
|
|||||||
@@ -20,7 +20,8 @@ jobs:
|
|||||||
fetch-tags: false
|
fetch-tags: false
|
||||||
fetch-single-branch: true
|
fetch-single-branch: true
|
||||||
submodules: false
|
submodules: false
|
||||||
persist-credentials: false
|
persist-credentials: true
|
||||||
|
token: ${{ secrets.FORGEJO_TOKEN }}
|
||||||
|
|
||||||
- uses: https://github.com/cachix/install-nix-action@7ab6e7fd29da88e74b1e314a4ae9ac6b5cda3801 # v31.8.0
|
- uses: https://github.com/cachix/install-nix-action@7ab6e7fd29da88e74b1e314a4ae9ac6b5cda3801 # v31.8.0
|
||||||
with:
|
with:
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
file = inputs.self + "/rust-toolchain.toml";
|
file = inputs.self + "/rust-toolchain.toml";
|
||||||
|
|
||||||
# See also `rust-toolchain.toml`
|
# See also `rust-toolchain.toml`
|
||||||
sha256 = "sha256-+9FmLhAOezBZCOziO0Qct1NOrfpjNsXxc/8I0c7BdKE=";
|
sha256 = "sha256-SJwZ8g0zF2WrKDVmHrVG3pD2RGoQeo24MEXnNx5FyuI=";
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|||||||
+1
-1
@@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
[toolchain]
|
[toolchain]
|
||||||
profile = "minimal"
|
profile = "minimal"
|
||||||
channel = "1.89.0"
|
channel = "1.90.0"
|
||||||
components = [
|
components = [
|
||||||
# For rust-analyzer
|
# For rust-analyzer
|
||||||
"rust-src",
|
"rust-src",
|
||||||
|
|||||||
Reference in New Issue
Block a user