Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
snmsts committed Aug 13, 2024
1 parent 187c4c3 commit 1c1f47d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- release-roswell

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: setenv
run: |
echo "$HOME/.roswell/bin" >> $GITHUB_PATH
Expand All @@ -37,7 +37,6 @@ jobs:
env:
LISP: sbcl-bin/2.0.0
run: |
sudo apt-get -y install git build-essential automake libcurl4-openssl-dev
curl -L https://raw.githubusercontent.com/roswell/roswell/master/scripts/install-for-ci.sh | sh
ros install snmsts/sn.github roswell/sbcl_bin lake prove;lake-tools dump;
Expand Down

0 comments on commit 1c1f47d

Please sign in to comment.