From 4b5c9094f265230737a8965987e84cacf9b6caa2 Mon Sep 17 00:00:00 2001
From: na2na-p <na2na@na2na.dev>
Date: Wed, 22 Nov 2023 13:33:37 +0900
Subject: [PATCH] =?UTF-8?q?asdf=E3=81=AE=E3=82=A4=E3=83=B3=E3=82=B9?=
 =?UTF-8?q?=E3=83=88=E3=83=BC=E3=83=AB=E6=88=90=E6=9E=9C=E7=89=A9=E3=82=92?=
 =?UTF-8?q?=E3=82=AD=E3=83=A3=E3=83=83=E3=82=B7=E3=83=A5=E3=81=97=E3=81=A6?=
 =?UTF-8?q?=E3=81=BF=E3=82=8B?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .github/workflows/ci.yml | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 6b732915..682ad3d5 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -15,6 +15,12 @@ jobs:
         run: |
           sudo apt-get update
           sudo apt-get install -y nasm
+      - name: Cache asdf
+        uses: actions/cache@v3
+        with:
+          path: |
+            ~/.asdf
+          key: ${{ runner.os }}-asdf-${{ hashFiles('**/.tool-versions') }}
       - name: asdf install
         uses: asdf-vm/actions/install@v3.0.2
       - name: Install dependencies
@@ -35,6 +41,12 @@ jobs:
         run: |
           sudo apt-get update
           sudo apt-get install -y nasm
+      - name: Cache asdf
+        uses: actions/cache@v3
+        with:
+          path: |
+            ~/.asdf
+          key: ${{ runner.os }}-asdf-${{ hashFiles('**/.tool-versions') }}
       - name: asdf install
         uses: asdf-vm/actions/install@v3.0.2
       - name: Install dependencies
@@ -55,6 +67,12 @@ jobs:
         run: |
           sudo apt-get update
           sudo apt-get install -y nasm
+      - name: Cache asdf
+        uses: actions/cache@v3
+        with:
+          path: |
+            ~/.asdf
+          key: ${{ runner.os }}-asdf-${{ hashFiles('**/.tool-versions') }}
       - name: asdf install
         uses: asdf-vm/actions/install@v3.0.2
       - name: Install dependencies
@@ -77,6 +95,12 @@ jobs:
         run: |
           sudo apt-get update
           sudo apt-get install -y nasm
+      - name: Cache asdf
+        uses: actions/cache@v3
+        with:
+          path: |
+            ~/.asdf
+          key: ${{ runner.os }}-asdf-${{ hashFiles('**/.tool-versions') }}
       - name: asdf install
         uses: asdf-vm/actions/install@v3.0.2
       - name: Install dependencies