rexim 5 years ago
parent
commit
7bedb1a1f3
1 changed files with 1 additions and 2 deletions
  1. 1 2
      .github/workflows/ci.yml

+ 1 - 2
.github/workflows/ci.yml

@@ -13,7 +13,7 @@ jobs:
           sudo apt-get install -qq nasm libfreetype6-dev libcurl4-openssl-dev
           sudo apt-get install -qq nasm libfreetype6-dev libcurl4-openssl-dev
       - uses: actions/cache@v2
       - uses: actions/cache@v2
         with:
         with:
-          # TODO: centralize third party versions in the build
+          # TODO(#84): centralize third party versions in the build
           path: |
           path: |
             ./third_party/ffmpeg-4.3-dist/
             ./third_party/ffmpeg-4.3-dist/
             ./third_party/giflib-5.2.1-dist/
             ./third_party/giflib-5.2.1-dist/
@@ -46,7 +46,6 @@ jobs:
           sudo apt-get install -qq nasm libfreetype6-dev libcurl4-openssl-dev
           sudo apt-get install -qq nasm libfreetype6-dev libcurl4-openssl-dev
       - uses: actions/cache@v2
       - uses: actions/cache@v2
         with:
         with:
-          # TODO: centralize third party versions in the build
           path: |
           path: |
             ./third_party/ffmpeg-4.3-dist/
             ./third_party/ffmpeg-4.3-dist/
             ./third_party/giflib-5.2.1-dist/
             ./third_party/giflib-5.2.1-dist/