Skip to content

Commit 0c562ce

Browse files
committed
Merge branch 'master' of github.com:plc-lang/rusty into vosa/llvm-upgrade
2 parents 0864bbe + 50825be commit 0c562ce

File tree

6 files changed

+461
-1488
lines changed

6 files changed

+461
-1488
lines changed

.github/workflows/linux.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ jobs:
4747
- name: Release Build
4848
shell: bash
4949
run: |
50+
# required by aarch64 build
51+
apt update && apt install -y gcc-aarch64-linux-gnu
52+
5053
echo "Build command : ./scripts/build.sh --build --release"
5154
./scripts/build.sh --build --release --package \
5255
--target x86_64-linux-gnu,aarch64-linux-gnu, \

.github/workflows/metrics.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
container: ghcr.io/plc-lang/rust-llvm:latest
2121

2222
steps:
23+
- name: Install git
24+
run: apt-get update && apt-get install -y git
25+
2326
- uses: actions/checkout@v3
2427

2528
- name: Update git permissions

0 commit comments

Comments
 (0)