Skip to content

Commit

Permalink
fix workflow reference
Browse files Browse the repository at this point in the history
  • Loading branch information
wyuenho committed Sep 5, 2023
1 parent 2d9a2f3 commit 98cae98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ jobs:
with:
version: "0.9.0"

- uses: "./compile.yml"
- uses: "./.github/workflows/compile.yml"
with:
emacs-version: "${{ matrix.emacs-version }}"
- uses: "./test.yml"
- uses: "./.github/workflows/test.yml"
with:
emacs-version: "${{ matrix.emacs-version }}"

0 comments on commit 98cae98

Please sign in to comment.