Skip to content

Commit

Permalink
substudy 0.6.9: Try to fix CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
emk committed Apr 11, 2024
1 parent ccc1894 commit 2e4211c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
rm -rf $basename.tar.gz
- name: Build binaries
run: |
${{ matrix.cargo }} build --release --target ${{ matrix.target }}
${{ matrix.cargo }} build --release --target ${{ matrix.target }} --package substudy
# If we have a code-signing identity, we could use it like this.
#
# - name: Sign binaries (if needed)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

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

7 changes: 7 additions & 0 deletions substudy/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),

## [Unreleased]

## [0.6.9] - 2024-04-11

### Fixed

- Build only substudy and dependencies, to avoid having builds fail due to `substudy-ui`.


## [0.6.8] - 2024-04-11

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion substudy/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "substudy"
version = "0.6.8"
version = "0.6.9"
authors = ["Eric Kidd <git@randomhacks.net>"]
license = "Apache-2.0"
edition = "2021"
Expand Down

0 comments on commit 2e4211c

Please sign in to comment.