Skip to content

Commit

Permalink
RELEASENOTES.md
Browse files Browse the repository at this point in the history
fix github action
  • Loading branch information
mulle-nat committed Jan 13, 2024
1 parent c85050c commit 63570fa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/apt-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ jobs:
steps:
- name: Install sudo
if: ${{ env.ACT }}
run: apt-get install sudo
run: |
apt-get update
apt-get install sudo
- name: Install wget
run: sudo apt-get install wget
Expand Down
5 changes: 5 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.22.0

* environment-init was a bad idea and it has been removed along with environment-upgrade


## 0.21.0

* remove package.json as it conflicts with clib.json
Expand Down

0 comments on commit 63570fa

Please sign in to comment.