mirror of
https://github.com/seekrs/MacroLibX.git
synced 2026-01-11 14:43:34 +00:00
debugging CI
This commit is contained in:
5
.github/workflows/fetch_dependencies.yml
vendored
5
.github/workflows/fetch_dependencies.yml
vendored
@@ -23,8 +23,9 @@ jobs:
|
|||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
uses: peter-evans/create-pull-request@v5
|
uses: peter-evans/create-pull-request@v5
|
||||||
with:
|
with:
|
||||||
title: "update dependencies"
|
token: ${{ secrets.PAT }}
|
||||||
commit-message: "update dependencies"
|
title: update dependencies
|
||||||
|
commit-message: update dependencies
|
||||||
committer: GitHub <noreply@github.com>
|
committer: GitHub <noreply@github.com>
|
||||||
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
|
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
|
||||||
base: indev
|
base: indev
|
||||||
|
|||||||
@@ -1,7 +1,8 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Update volk
|
# Update volk
|
||||||
rm ../third_party/volk.*
|
rm -f ../third_party/volk.c
|
||||||
|
rm -f ../third_party/volk.h
|
||||||
wget https://api.github.com/repos/zeux/volk/zipball/1.3.270 -O volk.zip
|
wget https://api.github.com/repos/zeux/volk/zipball/1.3.270 -O volk.zip
|
||||||
unzip -o volk.zip -d ../third_party/
|
unzip -o volk.zip -d ../third_party/
|
||||||
mv ../third_party/zeux-volk*/volk.h ../third_party
|
mv ../third_party/zeux-volk*/volk.h ../third_party
|
||||||
@@ -11,6 +12,7 @@ rm volk.zip
|
|||||||
|
|
||||||
# Update Vulkan headers
|
# Update Vulkan headers
|
||||||
rm -rf ../third_party/vulkan
|
rm -rf ../third_party/vulkan
|
||||||
|
rm -rf ../third_party/vk_video
|
||||||
wget https://github.com/KhronosGroup/Vulkan-Headers/archive/main.zip -O vulkan-headers.zip
|
wget https://github.com/KhronosGroup/Vulkan-Headers/archive/main.zip -O vulkan-headers.zip
|
||||||
unzip -o vulkan-headers.zip -d ../third_party/
|
unzip -o vulkan-headers.zip -d ../third_party/
|
||||||
mv ../third_party/Vulkan-Headers-main/include/vulkan ../third_party/
|
mv ../third_party/Vulkan-Headers-main/include/vulkan ../third_party/
|
||||||
|
|||||||
Reference in New Issue
Block a user