aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2023-04-17 21:27:44 -0400
committerKyle Meyer <kyle@kyleam.com>2023-04-17 21:28:30 -0400
commitc8ce5a292599c57f7728746f218fb32dfda53ce2 (patch)
treee2c5b600cf66f5c9794f7a83a72fa15d9d4c4d10
parent906b4e6761ce5ec459f2a29c972e7efd6d278c02 (diff)
downloadsnakemake-mode-c8ce5a292599c57f7728746f218fb32dfda53ce2.tar.gz
ci: Update for compat upstream change
-rw-r--r--.github/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 887c562..329be51 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -17,7 +17,7 @@ jobs:
- name: Check out compat
uses: actions/checkout@v2
with:
- repository: phikal/compat.el
+ repository: emacs-compat/compat
path: compat
- name: Check out transient
uses: actions/checkout@v2