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 9560d47 commit f4b807b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build&test@fedora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ 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 && source "$HOME/.cargo/env"
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"
- name: Setup cmake
uses: jwlawson/actions-setup-cmake@v1.13
with:
Expand Down

0 comments on commit f4b807b

Please sign in to comment.