mirror of
https://github.com/Xevion/spotify-quickauth.git
synced 2025-12-15 20:13:12 -06:00
Bump rust version to 1.79 to support absolute paths feature [stabilized]
This commit is contained in:
14
.github/workflows/test.yaml
vendored
14
.github/workflows/test.yaml
vendored
@@ -27,7 +27,7 @@ on:
|
||||
- run.sh
|
||||
- run.ps1
|
||||
schedule:
|
||||
- cron: '30 14 * * 1' # every Monday, 9:30 AM CDT
|
||||
- cron: "30 14 * * 1" # every Monday, 9:30 AM CDT
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
@@ -36,7 +36,7 @@ jobs:
|
||||
build:
|
||||
strategy:
|
||||
fail-fast: true
|
||||
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- os: ubuntu-latest
|
||||
@@ -45,8 +45,8 @@ jobs:
|
||||
artifact: true
|
||||
- os: macos-13
|
||||
target: x86_64-apple-darwin
|
||||
# - os: macos-latest
|
||||
# target: aarch64-apple-darwin
|
||||
# - os: macos-latest
|
||||
# target: aarch64-apple-darwin
|
||||
- os: windows-latest
|
||||
target: x86_64-pc-windows-msvc
|
||||
|
||||
@@ -58,7 +58,7 @@ jobs:
|
||||
|
||||
- uses: dtolnay/rust-toolchain@stable
|
||||
with:
|
||||
toolchain: 1.74
|
||||
toolchain: 1.79
|
||||
targets: ${{ matrix.target }}
|
||||
|
||||
- name: Install Linker Tools
|
||||
@@ -85,7 +85,7 @@ jobs:
|
||||
|
||||
- name: Run tests
|
||||
run: cargo test --verbose --target ${{ matrix.target }}
|
||||
|
||||
|
||||
- name: Build
|
||||
if: matrix.artifact
|
||||
run: cargo build --verbose --target ${{ matrix.target }}
|
||||
@@ -95,4 +95,4 @@ jobs:
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: spotify-quickauth-${{ github.sha }}-${{ matrix.target }}
|
||||
path: target/${{ matrix.target }}/debug/spotify-quickauth
|
||||
path: target/${{ matrix.target }}/debug/spotify-quickauth
|
||||
|
||||
Reference in New Issue
Block a user