Skip to content

Commit

Permalink
Merge pull request #11885 from rtibbles/debian_installer_update
Browse files Browse the repository at this point in the history
Update debian installer to include critical fix for raspberry Pi os.
  • Loading branch information
rtibbles authored Feb 15, 2024
2 parents 3fd5c1e + 460f5db commit 142dcfb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr_build_kolibri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ jobs:
deb:
name: Build DEB file
needs: whl
uses: learningequality/kolibri-installer-debian/.github/workflows/[email protected].0
uses: learningequality/kolibri-installer-debian/.github/workflows/[email protected].1
with:
tar-file-name: ${{ needs.whl.outputs.tar-file-name }}
ref: v0.16.0
ref: v0.16.1
exe:
name: Build EXE file
needs: whl
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release_kolibri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ jobs:
deb:
name: Build DEB file
needs: whl
uses: learningequality/kolibri-installer-debian/.github/workflows/[email protected].0
uses: learningequality/kolibri-installer-debian/.github/workflows/[email protected].1
with:
tar-file-name: ${{ needs.whl.outputs.tar-file-name }}
ref: v0.16.0
ref: v0.16.1
upload_deb:
uses: ./.github/workflows/upload_github_release_asset.yml
needs: deb
Expand Down

0 comments on commit 142dcfb

Please sign in to comment.