Skip to content

Commit

Permalink
bumpedy bump
Browse files Browse the repository at this point in the history
  • Loading branch information
realFlowControl committed Oct 22, 2024
1 parent 8c2771d commit 90c6ea7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/prof_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,15 @@ jobs:
options: --user root

steps:
- name: Bypass GitHub Alpine detection
- name: Bypass GitHub Alpine detection and patch native node into runner env
if: contains(matrix.docker_image, 'alpine')
run: |
apk add gcompat
apk add nodejs
sed -i "s:ID=alpine:ID=NotpineForGHA:" /etc/os-release
cd /host/home/runner/runners/*/externals/
rm -rf node20/*
mkdir node20/bin
ln -s /usr/bin/node node20/bin/node
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 90c6ea7

Please sign in to comment.