mirror of
https://github.com/BioArchLinux/bioarchlinux-packages.git
synced 2025-03-10 06:24:00 +00:00
Merge pull request 'chore(deps): update rust docker tag to v1.66.1' (#95) from renovate/rust-1.x into master
Reviewed-on: https://git.esd.cc/imlonghao/archlinuxcn-packages/pulls/95
This commit is contained in:
commit
93f64c1b19
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ type: docker
|
|||
name: build
|
||||
steps:
|
||||
- name: test
|
||||
image: rust:1.66.0
|
||||
image: rust:1.66.1
|
||||
commands:
|
||||
- cargo test
|
||||
when:
|
||||
|
@ -16,7 +16,7 @@ type: docker
|
|||
name: release
|
||||
steps:
|
||||
- name: build
|
||||
image: rust:1.66.0
|
||||
image: rust:1.66.1
|
||||
commands:
|
||||
- apt update
|
||||
- apt install -y --no-install-recommends musl-tools pkg-config libssl-dev
|
||||
|
|
Loading…
Add table
Reference in a new issue