Update rust.yml
This commit is contained in:
parent
ca9ce74d5c
commit
151c72d5c1
|
|
@ -16,8 +16,6 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Install Packages
|
|
||||||
run: apt update && apt upgrade -y && apt install libpq-dev -y
|
|
||||||
- name: Update to Nightly
|
- name: Update to Nightly
|
||||||
run: rustup update nightly && rustup default nightly
|
run: rustup update nightly && rustup default nightly
|
||||||
- name: Build
|
- name: Build
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue