Skip to content

Commit

Permalink
WIP: experiment with GH actions
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Dupak <[email protected]>
  • Loading branch information
jdupak committed Oct 29, 2023
1 parent 2cf9912 commit 9b8581e
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ jobs:
build-essential \
gcc-multilib \
g++-multilib \
dejagnu
dejagnu \
cargo
- name: Configure
run: |
Expand Down Expand Up @@ -114,7 +115,8 @@ jobs:
build-essential \
gcc-multilib \
g++-multilib \
dejagnu
dejagnu \
cargo
- name: Configure
run: |
Expand Down Expand Up @@ -192,7 +194,11 @@ jobs:
g++-4.8 \
gcc-4.8-multilib \
g++-4.8-multilib \
dejagnu
dejagnu \
curl
- name: Install Rust (not available in system repository)
uses: dtolnay/rust-toolchain@nightly

- name: Configure
run: |
Expand Down Expand Up @@ -247,7 +253,7 @@ jobs:

- name: Install Deps
run: |
brew install dejagnu mpfr libmpc gmp
brew install dejagnu mpfr libmpc gmp rust
- name: Configure
run: |
Expand Down

0 comments on commit 9b8581e

Please sign in to comment.