1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Ignore git unsafe directory.

This commit is contained in:
Bartosz Taudul
2024-09-20 22:36:41 +02:00
parent 650e1b9739
commit 207605f93b
3 changed files with 6 additions and 0 deletions
+2
View File
@@ -13,6 +13,8 @@ jobs:
steps:
- name: Install dependencies
run: pacman -Syu --noconfirm && pacman -S --noconfirm --needed freetype2 tbb debuginfod wayland dbus libxkbcommon libglvnd meson cmake git wayland-protocols nodejs
- name: Trust git repo
run: git config --global --add safe.directory '*'
- uses: actions/checkout@v4
- name: Profiler GUI
run: |