Skip to content

Commit

Permalink
don't use actions/checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
wz1000 committed Apr 25, 2024
1 parent 5fea392 commit 5e09e72
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,11 @@ jobs:
shell: bash

- name: Checkout code
uses: actions/checkout@v3
run: |
git clone $GITHUB_SERVER_URL/$GITHUB_REPOSITORY
cd haskell-language-server
git checkout $GITHUB_REF
shell: bash

- uses: docker://hasufell/arm64v8-ubuntu-haskell:focal
name: Run build (aarch64 linux)
Expand Down

0 comments on commit 5e09e72

Please sign in to comment.