Skip to content

Commit

Permalink
Merge pull request ClangBuiltLinux#242 from nathanchance/update-check…
Browse files Browse the repository at this point in the history
…out-action-version

workflows: Update to actions/checkout@v4
Signed-off-by: onettboots <[email protected]>
  • Loading branch information
msfjarvis authored and onettboots committed Oct 25, 2024
1 parent 302a1d4 commit 22d9b14
Showing 1 changed file with 9 additions and 14 deletions.
23 changes: 9 additions & 14 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,12 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Download scripts
uses: actions/checkout@v3

- name: Deploy builder
env:
PACKET_TOKEN: ${{ secrets.PACKET_TOKEN }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}
PACKET_SSH_KEY: ${{ secrets.PACKET_SSH_KEY }}
TG_CHAT_ID: ${{ secrets.TG_CHAT_ID }}
TG_TOKEN: ${{ secrets.TG_TOKEN }}
GIT_AUTHOR_NAME: ${{ secrets.GIT_AUTHOR_NAME }}
GIT_AUTHOR_EMAIL: ${{ secrets.GIT_AUTHOR_EMAIL }}
run: |
ci/launch.sh
- uses: actions/checkout@v4
- name: Install dependencies
run: bash ci.sh deps
- name: Build LLVM
run: bash ci.sh llvm
- name: Build binutils
run: bash ci.sh binutils
- name: Build kernel
run: bash ci.sh kernel

0 comments on commit 22d9b14

Please sign in to comment.