Skip to content
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

setup-godot action doesn't work with ubuntu 24.04 #9

Open
o01eg opened this issue Jan 18, 2025 · 1 comment
Open

setup-godot action doesn't work with ubuntu 24.04 #9

o01eg opened this issue Jan 18, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@o01eg
Copy link

o01eg commented Jan 18, 2025

What happened?

Setup fails on ubuntu-24.04 / ubuntu-latest image.

Workflow

name: "Android"

on:
  workflow_call:
jobs:
  generate-godot-api:
    name: Generate Godot API
    runs-on: ubuntu-latest
    container:
      image: ghcr.io/bend-n/godot:3.5.2
    steps:
      - name: Setup
        uses: bend-n/godot-actions/.github/actions/setup-godot@main
        env:
          GODOT_VERSION: 3.5.2
      - name: Generate API file
        run: |
          timeout 1m godot --no-window --disable-render-loop --video-driver Dummy --gdnative-generate-json-api godot-api.json
      - name: Upload binaries
        uses: actions/upload-artifact@v4
        with:
          name: godot-api
          path: godot-api.json
          if-no-files-found: error
          retention-days: 1

Logs

2025-01-18T13:38:15.5718952Z ##[group]Setup godot
2025-01-18T13:38:15.5793297Z python: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.38' not found (required by /__t/Python/3.9.21/x64/lib/libpython3.9.so.1.0)
2025-01-18T13:38:15.5795032Z python: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found (required by /__t/Python/3.9.21/x64/lib/libpython3.9.so.1.0)
2025-01-18T13:38:15.6574766Z ##[error]Process completed with exit code 1.
2025-01-18T13:38:15.6671140Z Post job cleanup.

Version

main

@o01eg o01eg added the bug Something isn't working label Jan 18, 2025
@bend-n
Copy link
Owner

bend-n commented Jan 20, 2025

huh. going to build 3.6-stable and see if that does anything.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants