From ecaca4a4581f0edeede601c3253acd61037369d6 Mon Sep 17 00:00:00 2001 From: Ravbug Date: Tue, 26 Dec 2023 16:16:36 -0800 Subject: [PATCH] Update gen.yml --- .github/workflows/gen.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gen.yml b/.github/workflows/gen.yml index 1484be9..540f358 100644 --- a/.github/workflows/gen.yml +++ b/.github/workflows/gen.yml @@ -9,7 +9,7 @@ jobs: - name: Checkout Code uses: actions/checkout@v3 - name: Setup Repositories - run: sudo mv crosscomp-sources.list /etc/apt/sources.list; + run: sudo mv crosscomp-sources.lst /etc/apt/sources.list; - name: Check apt sources run: cat /etc/apt/sources.list - name: Add arm64 as architecture