ubuntu 22

This commit is contained in:
GroovieGermanikus 2023-09-13 23:12:42 +02:00
parent ebb701e0cc
commit 2b2da60f74
1 changed files with 2 additions and 3 deletions

View File

@ -16,13 +16,12 @@ env:
jobs:
build_all:
name: Rust project - latest
runs-on: ubuntu-latest
name: Rust project
runs-on: ubuntu-22.04
steps:
- name: Install Dependencies
run: |
sudo apt-get update -y
sudo apt-get upgrade -y
sudo apt-get install libssl-dev openssl -y
- uses: actions/checkout@v4