Skip to content

Commit

Permalink
check build versions (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
RevoluPowered authored May 14, 2024
1 parent a750606 commit c38e0e1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/engine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,12 @@ jobs:
with:
submodules: recursive

- name: Check versions of the compiler
run: |
ldd --version
gcc --version
cmake --version
- name: Get short commit hash
id: vars
run: |
Expand Down
2 changes: 1 addition & 1 deletion mirror-godot-app/dummy.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
this file is used to force a rebuild in github actions
this file is used to force a rebuild in github actions.

0 comments on commit c38e0e1

Please sign in to comment.