Skip to content

Commit

Permalink
[github] updates dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hkrn committed Mar 22, 2024
1 parent 4934295 commit bc580e0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit bc580e0

Please sign in to comment.