mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-22 14:44:34 +00:00
ci: Update to current versions of actions.
This should remove the warnings within the GitHub Actions UI about using the deprecated Node 12 and 16 versions.
This commit is contained in:
parent
3c313e9e73
commit
793d1d08c8
6
.github/workflows/latex.yml
vendored
6
.github/workflows/latex.yml
vendored
@ -12,17 +12,17 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v4
|
||||||
- name: Fix stupidity
|
- name: Fix stupidity
|
||||||
run: |
|
run: |
|
||||||
cp AUTHORS AUTHORS.
|
cp AUTHORS AUTHORS.
|
||||||
cp LICENSE LICENSE.
|
cp LICENSE LICENSE.
|
||||||
- name: Compile LaTeX
|
- name: Compile LaTeX
|
||||||
uses: xu-cheng/latex-action@v2
|
uses: xu-cheng/latex-action@v3
|
||||||
with:
|
with:
|
||||||
working_directory: manual
|
working_directory: manual
|
||||||
root_file: tracy.tex
|
root_file: tracy.tex
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: manual
|
name: manual
|
||||||
path: manual/tracy.pdf
|
path: manual/tracy.pdf
|
||||||
|
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
|||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
container: archlinux:base-devel
|
container: archlinux:base-devel
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v4
|
||||||
- name: Install linux libraries
|
- name: Install linux libraries
|
||||||
run: pacman -Syu --noconfirm && pacman -S --noconfirm --needed freetype2 capstone tbb debuginfod wayland dbus libxkbcommon libglvnd meson
|
run: pacman -Syu --noconfirm && pacman -S --noconfirm --needed freetype2 capstone tbb debuginfod wayland dbus libxkbcommon libglvnd meson
|
||||||
- name: Profiler GUI
|
- name: Profiler GUI
|
||||||
|
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
@ -11,7 +11,7 @@ jobs:
|
|||||||
|
|
||||||
runs-on: macOS-latest
|
runs-on: macOS-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v4
|
||||||
- name: Install macos libraries
|
- name: Install macos libraries
|
||||||
run: brew install capstone tbb pkg-config glfw meson
|
run: brew install capstone tbb pkg-config glfw meson
|
||||||
- name: Profiler GUI
|
- name: Profiler GUI
|
||||||
|
10
.github/workflows/msvc.yml
vendored
10
.github/workflows/msvc.yml
vendored
@ -12,8 +12,8 @@ jobs:
|
|||||||
runs-on: windows-2022
|
runs-on: windows-2022
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v4
|
||||||
- uses: microsoft/setup-msbuild@v1.0.2
|
- uses: microsoft/setup-msbuild@v2
|
||||||
- name: Integrate vcpkg
|
- name: Integrate vcpkg
|
||||||
run: vcpkg integrate install
|
run: vcpkg integrate install
|
||||||
- name: Profiler GUI Debug
|
- name: Profiler GUI Debug
|
||||||
@ -54,7 +54,7 @@ jobs:
|
|||||||
copy library\win32\x64\Release\TracyProfiler.dll bin\dev
|
copy library\win32\x64\Release\TracyProfiler.dll bin\dev
|
||||||
copy library\win32\x64\Release\TracyProfiler.lib bin\dev
|
copy library\win32\x64\Release\TracyProfiler.lib bin\dev
|
||||||
7z a Tracy.7z bin
|
7z a Tracy.7z bin
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
path: Tracy.7z
|
path: Tracy.7z
|
||||||
|
|
||||||
@ -66,8 +66,8 @@ jobs:
|
|||||||
VCPKG_ROOT: ''
|
VCPKG_ROOT: ''
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v4
|
||||||
- uses: microsoft/setup-msbuild@v1.0.2
|
- uses: microsoft/setup-msbuild@v2
|
||||||
- name: Install vcpkg dependencies
|
- name: Install vcpkg dependencies
|
||||||
run: vcpkg/install_vcpkg_dependencies.bat
|
run: vcpkg/install_vcpkg_dependencies.bat
|
||||||
- name: Profiler GUI Release
|
- name: Profiler GUI Release
|
||||||
|
Loading…
Reference in New Issue
Block a user