Skip to content

Commit

Permalink
Chore: Fix web build
Browse files Browse the repository at this point in the history
  • Loading branch information
brenocq committed Jan 18, 2025
1 parent 22cc26e commit dee8723
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install cmake xorg-dev curl
sudo apt-get install cmake xorg-dev curl
- name: Build
run: ./build.sh --jobs 2 --compiler ${{ matrix.config.compiler }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/updateReadmeButtons.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Update readme buttons

on:
on:
project_card:
types: [created, deleted, moved]
project:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

steps:
- uses: mymindstorm/setup-emsdk@v13

- name: Checkout atta
uses: actions/checkout@v2

Expand Down
16 changes: 8 additions & 8 deletions src/extern/solveResources.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#FetchContent_Declare(resources
# URL "https://atta-resources.s3.amazonaws.com/v0.3.1-ui-temp.zip"
# SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/resources
#)
#
#atta_log(Info Extern "Downloading resources...")
#FetchContent_Populate(resources)
#atta_log(Success Extern "Resources downloaded")
FetchContent_Declare(resources
URL "https://atta-resources.s3.amazonaws.com/v0.3.1-ui-temp.zip"
SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/resources
)

atta_log(Info Extern "Downloading resources...")
FetchContent_Populate(resources)
atta_log(Success Extern "Resources downloaded")

0 comments on commit dee8723

Please sign in to comment.