Replies: 2 comments 4 replies
-
You know what? I managed to get it working by updating my Go version to 1.17.* and adding |
Beta Was this translation helpful? Give feedback.
2 replies
-
Awesome. Thanks! I’ll try this.
Appreciated!
Bryan Miller
…On Tue, Apr 1, 2025 at 9:39 PM Elleynn ***@***.***> wrote:
Actually, I do have an example repo that you can use as a template or fork
if you'd like to see my yaml file:
https://github.com/Elleynn/Tweego-to-Github-Pages-Deployment-Guide
Let me know if this helps at all. I ended up using a precompiled version
of tweego to get around the whole GO mess.
—
Reply to this email directly, view it on GitHub
<#59 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB3FUIA5OWZ5SXE7NBGMNCL2XM5W5AVCNFSM6AAAAABZO6QIBGVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTENRZGQ3TKMY>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would first like to acknowledge that I am a relative newcomer to pretty much all of this: GitHub, Go, Twine, Tweego, etc... So the possibility that I am just majorly mucking up something is very much non-zero.
That being said, I have been following a few tutorials on compiling and deploying a twine game to a GitHub page through the use of a GitHub action - and having no luck actually implementing the instructions. The two tutorials I followed were from:
LazerWalker - https://dev.to/lazerwalker/a-modern-developer-s-workflow-for-twine-4imp
and
6notes - https://6notes.github.io/blog/notes/jkoetciw8gx345vhbipiijy/
My problem is primarily with "getting" Tweego and using it to compile my files. I've discovered that the tutorials themselves seem to have depreciated in the last year or so - as such even forking the TweeExample repository from 6notes results in the same build failures.

package golang.org/x/text/unicode/norm: found packages norm (composition.go) and main (maketables.go) in /home/runner/go/src/golang.org/x/text/unicode/norm
Error: Process completed with exit code 1.
Is the specific error I am getting after calling "go get github.com/tmedwards/tweego"
I'm also including my build.yml file in hopes that someone may catch something that I am not understanding.
I have tried using other version of Go to see if it will compile, but none of those runs build successfully either. If you would like a good example of the workflow I am trying to implement, I would look at 6note's blog and their TweeExample repository.
If anyone can see where I might be going wrong, or has an alternative that may work instead, I would be very grateful!
Beta Was this translation helpful? Give feedback.
All reactions