Skip to content

Commit

Permalink
build: use Clang to build canary updates (#293)
Browse files Browse the repository at this point in the history
Let's be closer to what V8 supports.
  • Loading branch information
targos authored Oct 3, 2024
1 parent e82d577 commit 2e1f557
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/update-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,15 @@ on:
- cron: '0 6 * * *'
workflow_dispatch:

env:
CC: clang
CXX: clang++

jobs:
updateCanary:
name: Update the canary branch
if: github.repository == 'nodejs/node-v8' || github.event_name == 'workflow_dispatch'
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Clone node-v8
uses: actions/checkout@v4
Expand Down

0 comments on commit 2e1f557

Please sign in to comment.