This commit is contained in:
GroovieGermanikus 2023-09-14 07:48:47 +02:00
parent 2b2da60f74
commit 7b074e8821
1 changed files with 2 additions and 3 deletions

View File

@ -7,7 +7,6 @@ on:
push: push:
branches: branches:
- main - main
- faster-ci-hacking
env: env:
SCCACHE_GHA_ENABLED: true SCCACHE_GHA_ENABLED: true
@ -19,7 +18,7 @@ jobs:
name: Rust project name: Rust project
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
steps: steps:
- name: Install Dependencies - name: Install Linux Packages
run: | run: |
sudo apt-get update -y sudo apt-get update -y
sudo apt-get install libssl-dev openssl -y sudo apt-get install libssl-dev openssl -y
@ -51,7 +50,7 @@ jobs:
- name: Early Build - name: Early Build
run: | run: |
cargo build --workspace --tests cargo build --locked --workspace --tests
- name: Run fmt+clippy - name: Run fmt+clippy
run: | run: |