Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
grooviegermanikus committed Sep 14, 2023
1 parent 2b2da60 commit 7b074e8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
push:
branches:
- main
- faster-ci-hacking

env:
SCCACHE_GHA_ENABLED: true
Expand All @@ -19,7 +18,7 @@ jobs:
name: Rust project
runs-on: ubuntu-22.04
steps:
- name: Install Dependencies
- name: Install Linux Packages
run: |
sudo apt-get update -y
sudo apt-get install libssl-dev openssl -y
Expand Down Expand Up @@ -51,7 +50,7 @@ jobs:

- name: Early Build
run: |
cargo build --workspace --tests
cargo build --locked --workspace --tests
- name: Run fmt+clippy
run: |
Expand Down

0 comments on commit 7b074e8

Please sign in to comment.