Skip to content

Commit

Permalink
Fix #60: NetBSD - VM doesn't start after a 120s timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-carlborg committed Oct 6, 2023
1 parent 53ae5ad commit 5abf98e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.19.1] - 2023-10-07
### Fixed
- NetBSD - VM doesn't start ([#62](https://github.com/cross-platform-actions/action/issues/62))

## [0.19.0] - 2023-08-17
### Changed
- VMs running via QEMU only expose SSE and SSE2 CPU features ([#60](https://github.com/cross-platform-actions/action/issues/60)).
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const version = {
openbsd: 'v0.6.0'
},

resources: 'v0.9.0'
resources: 'v0.9.0-rc4'
}

export default version

0 comments on commit 5abf98e

Please sign in to comment.