-
Notifications
You must be signed in to change notification settings - Fork 12
Myriad fixes #32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Myriad fixes #32
Conversation
Without this for some reason HLS doesn't work Change-Id: Id0000000b44d2c549b145ced966f42cd7b57450a
Change-Id: Id000000092c7744aef2bd372fd0fa17b538f3deb
Change-Id: Id0000000071746ccd878f7ea272c120ecd78fb8c
Change-Id: Id00000002fc5688ff935a99ef30a51dc192c39d7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just two CI related comments
@@ -11,9 +11,9 @@ jobs: | |||
strategy: | |||
fail-fast: false | |||
matrix: | |||
ghc: ['8.10.7', '9.0.2', '9.2', '9.4'] | |||
ghc: ['9.6'] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why 9.6 and not 9.10?
with: | ||
name: ${{ env.ARTIFACTS_NAME }} | ||
path: ${{ env.ARTIFACTS_ARCHIVE }} | ||
if-no-files-found: error | ||
|
||
# ########################################################################## # | ||
docker-image: | ||
nocker-image: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
???
No description provided.