mirror of
https://github.com/BioArchLinux/bioarchlinux-packages.git
synced 2025-03-10 06:24:00 +00:00
chore(deps): update rust docker tag to v1.67.1
This commit is contained in:
parent
b5432630b6
commit
664bdcf795
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ type: docker
|
||||||
name: build
|
name: build
|
||||||
steps:
|
steps:
|
||||||
- name: test
|
- name: test
|
||||||
image: rust:1.67.0
|
image: rust:1.67.1
|
||||||
commands:
|
commands:
|
||||||
- cargo test
|
- cargo test
|
||||||
when:
|
when:
|
||||||
|
@ -16,7 +16,7 @@ type: docker
|
||||||
name: release
|
name: release
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: rust:1.67.0
|
image: rust:1.67.1
|
||||||
commands:
|
commands:
|
||||||
- apt update
|
- apt update
|
||||||
- apt install -y --no-install-recommends musl-tools pkg-config libssl-dev
|
- apt install -y --no-install-recommends musl-tools pkg-config libssl-dev
|
||||||
|
|
Loading…
Add table
Reference in a new issue