Update rust.yml
This commit is contained in:
parent
598816f956
commit
ca9ce74d5c
|
|
@ -16,6 +16,8 @@ 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