infra: updated github action to the latest thorvg v0.1.1 dependency
authorHermet Park <chuneon.park@samsung.com>
Mon, 17 May 2021 08:41:16 +0000 (17:41 +0900)
committerTaehyub Kim <taehyub.kim@samsung.com>
Thu, 20 May 2021 08:16:29 +0000 (17:16 +0900)
.github/workflows/build.yml

index a7ed7379eb09d92ea459d510970d5aa1bcb42e92..e0f343ec4273dfad2b6d9e0ce8475144e6eda2a7 100644 (file)
@@ -20,7 +20,7 @@ jobs:
 
     - name: Build_thorvg
       run: |
-        wget -O thorvg.tar.gz https://github.com/Samsung/thorvg/archive/refs/tags/v0.1.0.tar.gz
+        wget -O thorvg.tar.gz https://github.com/Samsung/thorvg/archive/refs/tags/v0.1.1.tar.gz
         tar -zxvf thorvg.tar.gz
         cd thorvg-0.1.0
         meson . build
@@ -50,7 +50,7 @@ jobs:
 
     - name: Build_thorvg
       run: |
-        wget -O thorvg.tar.gz https://github.com/Samsung/thorvg/archive/refs/tags/v0.1.0.tar.gz
+        wget -O thorvg.tar.gz https://github.com/Samsung/thorvg/archive/refs/tags/v0.1.1.tar.gz
         tar -zxvf thorvg.tar.gz
         cd thorvg-0.1.0
         meson . build