Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
CrowdHailer committed Mar 2, 2024
1 parent b99833b commit 56acf10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: erlef/[email protected]
with:
otp-version: "25.2"
gleam-version: "0.30.2"
gleam-version: "0.34.1"
rebar3-version: "3"
# elixir-version: "1.14.2"
- run: gleam format --check src test
Expand Down
1 change: 1 addition & 0 deletions src/plinth/browser/element.gleam
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import gleam/javascript/promise.{type Promise}

pub type Element

@external(javascript, "../../element_ffi.mjs", "getAttribute")
Expand Down

0 comments on commit 56acf10

Please sign in to comment.