Skip to content

Commit

Permalink
maybe fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
keks committed Feb 15, 2024
1 parent 0999a5c commit fb168e5
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 13 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build-html.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4

- uses: dhall-lang/setup-dhall@v4
with:
repository: "dhall-lang/dhall-lang"
path: "dhall"
ref: 'v22.0.0'
sparse-checkout: 'Prelude'
version: '1.41.0'

- name: build html file
run: |
sudo apt install -y dhall
Expand Down
5 changes: 3 additions & 2 deletions checksets/10-groupcontextextensions_proposal.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,9 @@ let checks =
types.CodeRefs/empty
types.CodeRefs/empty
( types.Notes/new
"don't ask me why this isn't in section 12.1.7..."
"reported in https://github.com/xmtp/openmls/pull/19"
[ "don't ask me why this isn't in section 12.1.7..."
, "reported in https://github.com/xmtp/openmls/pull/19"
]
)
]

Expand Down
4 changes: 3 additions & 1 deletion generate.dhall
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
let Prelude = ./prelude.dhall
let Prelude =
https://prelude.dhall-lang.org/v22.0.0/package.dhall
sha256:1c7622fdc868fe3a23462df3e6f533e50fdc12ecf3b42c0bb45c328ec8c4293e

let Types = ./types.dhall

Expand Down
4 changes: 3 additions & 1 deletion html.dhall
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
let Prelude = ./prelude.dhall
let Prelude =
https://prelude.dhall-lang.org/v22.0.0/package.dhall
sha256:1c7622fdc868fe3a23462df3e6f533e50fdc12ecf3b42c0bb45c328ec8c4293e

let Types = ./types.dhall

Expand Down
3 changes: 0 additions & 3 deletions prelude.dhall

This file was deleted.

4 changes: 3 additions & 1 deletion types.dhall
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
let Prelude = ./prelude.dhall
let Prelude =
https://prelude.dhall-lang.org/v22.0.0/package.dhall
sha256:1c7622fdc868fe3a23462df3e6f533e50fdc12ecf3b42c0bb45c328ec8c4293e

let Status
: Type
Expand Down

0 comments on commit fb168e5

Please sign in to comment.