Skip to content

Commit

Permalink
env mucking
Browse files Browse the repository at this point in the history
  • Loading branch information
seemk committed Dec 4, 2024
1 parent 95e0ee6 commit 0cadefb
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,12 @@ jobs:
steps:
- name: Fix checkout
run: |
cat /home/runner/actions-runner/.env
echo "ACTIONS_RUNNER_FORCED_INTERNAL_NODE_VERSION=node16" >> /home/runner/actions-runner/.env
echo "ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION=node16" >> /home/runner/actions-runner/.env
cat /home/runner/actions-runner/.env
cat .env
echo "ACTIONS_RUNNER_FORCED_INTERNAL_NODE_VERSION=node16" >> .env
echo "ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION=node16" >> .env
cat .env
which env.sh
systemctl restart github-actions-runner.service
- name: Checkout
uses: actions/checkout@v4
- uses: actions/setup-node@v3
Expand Down

0 comments on commit 0cadefb

Please sign in to comment.