Skip to content

Commit

Permalink
Sneak in 0.2.4 fix: build on Ubuntu 18.04
Browse files Browse the repository at this point in the history
  • Loading branch information
LPGhatguy committed Jul 2, 2022
1 parent 6134e5e commit d779546
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
# https://doc.rust-lang.org/rustc/platform-support.html
include:
- host: linux
os: ubuntu-latest
os: ubuntu-18.04
target: x86_64-unknown-linux-gnu
label: linux-x86_64

Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

## [0.2.4] (July 1, 2022)
* Added support for `aftman self-install` on Unix platform. ([#16])
* Fixed Linux releases running on systems with an older glibc.

[#16]: https://github.com/LPGhatguy/aftman/pull/16
[0.2.4]: https://github.com/LPGhatguy/aftman/releases/tag/v0.2.4
Expand Down

0 comments on commit d779546

Please sign in to comment.