Skip to content

Commit

Permalink
Merge pull request #701 from ScilifelabDataCentre/dev
Browse files Browse the repository at this point in the history
Fix new release - 5 June 2024
  • Loading branch information
rv0lt authored Jun 4, 2024
2 parents 9756264 + b3a7cc7 commit eeed3b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
strategy:
matrix:
include:
- os: macos-latest
- os: macos-13
TARGET: MacOs_x86_64
CMD_BUILD: >
pyinstaller -F -c -n dds_cli_macos_x86_64 -i resources/scilifelab.icns
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
uses: matthiaszepper/sphinx-action-v4@pdflatex
with:
container: pdflatex
pre-build-command: "apt-get update && apt-get install -y librsvg2-bin"
pre-build-command: "apt-get update && apt-get install -y librsvg2-bin && apt-get -y install build-essential"
build-command: "make latexpdf"
docs-folder: "docs/"
- name: Create an artifact of the previously built HTML
Expand Down
1 change: 1 addition & 0 deletions SPRINTLOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -355,3 +355,4 @@ _Empty sprint_
- Update requests to solve CVE ([#690](https://github.com/ScilifelabDataCentre/dds_cli/pull/690))
- Update docs for Testing instance migration, including removing use of 'dev' ([#691](https://github.com/ScilifelabDataCentre/dds_cli/pull/691))
- Fix GitHub Pages action, that broke due to update in the action's image ([#695](https://github.com/ScilifelabDataCentre/dds_cli/pull/695))
- Fix Action that builds the executable files due to update in MacOs default architecture ([#700](https://github.com/ScilifelabDataCentre/dds_cli/pull/700)

0 comments on commit eeed3b9

Please sign in to comment.