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

Commit

Permalink
cpp setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartosz Nowak committed Nov 27, 2023
1 parent acb9215 commit fa5389e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build&[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,14 @@ jobs:
runner: [arc-runner-set]

runs-on: ${{ matrix.runner }}
container: docker.io/rust:latest

steps:
- name: Install
run: sudo apt update && sudo apt upgrade -y && sudo apt install -y git build-essential curl pkg-config libssl-dev libclang-dev
- name: Setup | Rust
uses: ATiltedTree/setup-rust@v1
with:
rust-version: stable
- name: Setup | CMake
uses: jwlawson/[email protected]
with:
Expand Down

0 comments on commit fa5389e

Please sign in to comment.