Skip to content

Commit

Permalink
removed the directx agility sdk tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Bioblaze committed Oct 23, 2024
1 parent fc2d33d commit 058336e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ env:
GODOT_SDK_LINUX_X86_32: /root/i686-godot-linux-gnu_sdk-buildroot
GODOT_SDK_LINUX_ARM64: /root/aarch64-godot-linux-gnu_sdk-buildroot
GODOT_SDK_LINUX_ARM32: /root/arm-godot-linux-gnueabihf_sdk-buildroot
SCONSFLAGS: verbose=yes warnings=extra werror=yes module_text_server_fb_enabled=yes d3d12=yes "angle_libs=${{github.workspace}}/"
SCONSFLAGS: verbose=yes warnings=extra werror=yes module_text_server_fb_enabled=yes"
SCONS_CACHE_MSVC_CONFIG: true

jobs:
build-linux:
build-glue:
runs-on: ubuntu-latest
container:
image: bioblaze/blazium-linux:latest
name: Setting up Linux SDKs and Building for Linux
name: Building Mono Glue

steps:
- name: Checkout Repository
Expand Down

0 comments on commit 058336e

Please sign in to comment.