-
Notifications
You must be signed in to change notification settings - Fork 721
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11885 from rtibbles/debian_installer_update
Update debian installer to include critical fix for raspberry Pi os.
- Loading branch information
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|