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 f4b807b commit e54c3d4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build&test@fedora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,14 @@ jobs:

steps:
- name: Install
run: sudo apt update && sudo apt install -y git build-essential cmake curl pkg-config libssl-dev && curl https://sh.rustup.rs -sSf | sh -s -- -y
- name: Export
run: export PATH="$HOME/.cargo/bin:$PATH"
run: sudo apt update && sudo apt upgrade && 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
- uses: actions/checkout@v3
with:
submodules: recursive
Expand Down

0 comments on commit e54c3d4

Please sign in to comment.