From bc580e040e63a060c10ddc08bd050542028632da Mon Sep 17 00:00:00 2001 From: hkrn <129939+hkrn@users.noreply.github.com> Date: Fri, 22 Mar 2024 23:39:25 +0900 Subject: [PATCH] [github] updates dependencies --- .github/workflows/main.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 77655411..139dbde2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -230,8 +230,12 @@ jobs: xorg-dev \ libxi-dev \ libxcursor-dev + - name: checkout ffmpeg + run: git clone --depth=1 --branch=${{ env.FFMPEG_VERSION_TAG }} https://github.com/ffmpeg/ffmpeg.git dependencies/ffmpeg - name: checkout glfw - run: git clone https://github.com/glfw/glfw.git dependencies/glfw + run: git clone --depth=1 --branch=${{ env.GLFW_VERSION_TAG }} https://github.com/glfw/glfw.git dependencies/glfw + - name: checkout ICU + run: git clone --depth=1 --branch=${{ env.ICU_VERSION_TAG }} https://github.com/unicode-org/icu.git dependencies/icu - name: build all dependencies of nanoem run: | cd ${{ github.workspace }}