Skip to content

Commit

Permalink
Always run on stable Rust
Browse files Browse the repository at this point in the history
  • Loading branch information
mxinden committed Jan 16, 2024
1 parent 598e12a commit a98aa1e
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/qns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Extract Rust version
id: rust-version
run: |
RUST_VERSION=$(grep -m1 'rust-version' neqo-common/Cargo.toml | cut -d '"' -f 2)
echo "::set-output name=version::$RUST_VERSION"
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

Expand Down Expand Up @@ -52,6 +46,6 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
file: qns/Dockerfile
build-args: |
RUST_VERSION=${{ steps.rust-version.outputs.version }}
RUST_VERSION=stable
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit a98aa1e

Please sign in to comment.