mirror of
https://github.com/Insality/druid
synced 2025-06-27 10:27:48 +02:00
Update
This commit is contained in:
parent
50079e0838
commit
316b182106
6
.github/workflows/ci-workflow.yml
vendored
6
.github/workflows/ci-workflow.yml
vendored
@ -7,11 +7,13 @@ jobs:
|
||||
name: Build and run tests
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
lfs: true
|
||||
- uses: actions/setup-java@v1
|
||||
|
||||
- uses: actions/setup-java@v3
|
||||
with:
|
||||
distribution: 'zulu'
|
||||
java-version: '17'
|
||||
|
||||
- name: Build && Run
|
||||
|
@ -12,7 +12,6 @@ function M.get_examples()
|
||||
code_url = "example/examples/gamepad/gamepad_tester/gamepad_tester.lua",
|
||||
widget_class = require("example.examples.gamepad.gamepad_tester.gamepad_tester"),
|
||||
},
|
||||
|
||||
{
|
||||
name_id = "ui_example_on_screen_control",
|
||||
information_text_id = "ui_example_on_screen_control_description",
|
||||
|
Loading…
x
Reference in New Issue
Block a user