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