Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
avalonche committed Dec 11, 2024
1 parent 8a84861 commit f8cb6a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:
jobs:
docker-image:
name: Publish Docker Image
runs-on: ubuntu-latest-xlarge
runs-on: warp-ubuntu-latest-x64-16x

steps:
- name: Checkout sources
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ FROM rust:1.82 as base

ARG FEATURES

RUN cargo install sccache --version ^0.8
RUN RUST_LOG=debug cargo install sccache --version ^0.9 -v
RUN cargo install cargo-chef --version ^0.1

RUN apt-get update \
Expand Down

0 comments on commit f8cb6a3

Please sign in to comment.