From 1116aae1dea623d9d69c4d3adac1e8a187bba6f6 Mon Sep 17 00:00:00 2001 From: Irmen de Jong Date: Mon, 29 May 2023 23:18:15 +0200 Subject: [PATCH] attempt to get newer 64tass from debian testing repo --- .github/workflows/all-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/all-ci.yml b/.github/workflows/all-ci.yml index c5daec628..fa49494bb 100644 --- a/.github/workflows/all-ci.yml +++ b/.github/workflows/all-ci.yml @@ -16,7 +16,7 @@ jobs: uses: myci-actions/add-deb-repo@11 with: repo: ftp://ftp.debian.org/debian/ testing main - repo-name: debian testing + repo-name: testing install: 64tass - name: Set up JDK 11