Skip to content

Commit

Permalink
Update GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
agnusmor committed Dec 6, 2024
1 parent b02cbfb commit 49849a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml → .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: Build

on:
workflow_call:
Expand All @@ -16,7 +16,7 @@ jobs:
include:
- os: macos-14
triple: aarch64-apple-darwin
#- os: macos-13
# - os: macos-13
# triple: x86_64-apple-darwin
- os: ubuntu-20.04
triple: x86_64-unknown-linux-gnu
Expand All @@ -38,7 +38,7 @@ jobs:
# sudo apt-get update
# sudo apt-get -y install gcc-riscv64-unknown-elf

- name: Install nightly toolchain
- name: Install rust toolchain
id: rustc-toolchain
uses: actions-rs/toolchain@v1
with:
Expand All @@ -64,7 +64,6 @@ jobs:
uses: actions/checkout@v3
with:
submodules: "recursive"
ref: zisk
path: rust
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
build:
uses: ./.github/workflows/ci.yml
uses: ./.github/workflows/build.yml
secrets: inherit

release:
Expand Down

0 comments on commit 49849a7

Please sign in to comment.