Skip to content

Commit

Permalink
Use config v3
Browse files Browse the repository at this point in the history
  • Loading branch information
david4r4 committed Nov 30, 2024
1 parent aec8c38 commit d234b50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v4
- name: Generate config
id: GENERATE-CONFIG
uses: birth-software/github-config@v2
uses: birth-software/github-config@v3
test:
needs: generate-config
strategy:
Expand Down
3 changes: 2 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ runs:
case "$BIRTH_NATIVE_ARCH_STRING" in
x86_64) BIRTH_ARCH="x86_64";;
arm64) BIRTH_ARCH="aarch64";;
aarch64) BIRTH_ARCH="aarch64";;
*) exit 1
esac
Expand All @@ -36,7 +37,7 @@ runs:
uname -a
lsb_release -a
df -h
sudo apt install ninja-build clang mold
sudo apt-get install -y ninja-build clang mold
;;
macos)
uname -a
Expand Down

0 comments on commit d234b50

Please sign in to comment.