diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2bc0388b7..27f82d4af 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -221,6 +221,10 @@ jobs: glistix test --target erlang # Test documentation generation + # Workaround for lack of --target option for docs build + # TODO: Remove this workaround after Gleam 1.4 + # (See https://github.com/gleam-lang/gleam/pull/3333) + sed -i 's/target = "nix"/target = "erlang"/' gleam.toml glistix docs build # Assert that module metadata has been written