Skip to content

Commit

Permalink
workflows: do not cd to source till compiler isn't patched
Browse files Browse the repository at this point in the history
  • Loading branch information
retrozenith authored Mar 6, 2024
1 parent a65e3f8 commit 505febd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,9 @@ jobs:
run: |
export Kernel_DIR="$(pwd)"
mkdir -p "$HOME/toolchains/neutron-clang"; cd "$HOME/toolchains/neutron-clang"; curl -LO "https://raw.githubusercontent.com/Neutron-Toolchains/antman/main/antman"; chmod +x antman; ./antman -S
cd $Kernel_DIR
- name: Patch Debian Ubuntu old glibc
run: |
export Kernel_DIR="$(pwd)"
./antman --patch=glibc
cd $Kernel_DIR
Expand Down

0 comments on commit 505febd

Please sign in to comment.