mirror of
https://github.com/wolfpld/tracy.git
synced 2026-08-31 15:38:33 +00:00
Make linux-cli workflow compatible with act runner.
This commit is contained in:
2
.github/workflows/linux-cli.yml
vendored
2
.github/workflows/linux-cli.yml
vendored
@@ -20,7 +20,7 @@ jobs:
|
||||
run: |
|
||||
apt-get update
|
||||
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
|
||||
build-essential cmake git ca-certificates curl
|
||||
build-essential cmake git ca-certificates curl nodejs
|
||||
- name: Trust git repo
|
||||
run: git config --global --add safe.directory '*'
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user