Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Commit

Permalink
contenerized flow
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartosz Nowak committed Nov 24, 2023
1 parent bace539 commit 12478d4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build&test@fedora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,12 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- name:
- name: Install
run: sudo apt update && sudo apt install -y git build-essential cmake curl pkg-config libssl-dev
- name: Setup cmake
uses: jwlawson/actions-setup-cmake@v1.13
with:
cmake-version: '3.24.x'
- uses: ATiltedTree/setup-rust@v1
with:
rust-version: stable
Expand Down

0 comments on commit 12478d4

Please sign in to comment.