Skip to content

Commit

Permalink
Merge pull request #17 from projectM-visualizer/update-actions
Browse files Browse the repository at this point in the history
Updated github actions
  • Loading branch information
Blaquewithaq authored Oct 23, 2024
2 parents e55bd80 + 4b58325 commit ca89ea1
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 16 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build_emscripten.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:
RUST_BACKTRACE: full

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup EMSDK
uses: mymindstorm/setup-emsdk@v11
uses: mymindstorm/setup-emsdk@v14
with:
# Make sure to set a version number!
version: 3.1.45
version: 3.1.69
# This is the name of the cache folder.
# The cache folder will be placed in the build directory,
# so make sure it doesn't conflict with anything!
Expand All @@ -38,7 +38,7 @@ jobs:
- name: Install Packages
run: |
sudo apt-get update
sudo apt-get install -y libgl1-mesa-dev mesa-common-dev libsdl2-dev libglm-dev
sudo apt-get install -y gcc-multilib libgl1-mesa-dev mesa-common-dev libsdl2-dev libglm-dev
- name: Update Local Toolchain
run: |
Expand All @@ -63,4 +63,4 @@ jobs:
# cargo test --all
- name: Build Debug
run: cargo build --target wasm32-unknown-emscripten --no-default-features
run: cargo build --target wasm32-unknown-emscripten
2 changes: 1 addition & 1 deletion .github/workflows/build_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
RUST_BACKTRACE: full

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install Packages
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
RUST_BACKTRACE: full

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Update Local Toolchain
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
RUST_BACKTRACE: full

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install Dependencies
run: vcpkg --triplet=x64-windows-static-md install glew
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_crate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install Packages
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_sys_crate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install Packages
run: |
Expand Down
4 changes: 2 additions & 2 deletions projectm-sys/.github/workflows/build_emscripten.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
RUST_BACKTRACE: full

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup EMSDK
uses: mymindstorm/setup-emsdk@v11
uses: mymindstorm/setup-emsdk@v14
with:
# Make sure to set a version number!
version: 3.1.27
Expand Down
2 changes: 1 addition & 1 deletion projectm-sys/.github/workflows/build_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
RUST_BACKTRACE: full

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install Packages
run: |
Expand Down
2 changes: 1 addition & 1 deletion projectm-sys/.github/workflows/build_osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
RUST_BACKTRACE: full

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Update Local Toolchain
run: |
Expand Down
2 changes: 1 addition & 1 deletion projectm-sys/.github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
RUST_BACKTRACE: full

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install Dependencies
run: vcpkg --triplet=x64-windows-static-md install glew
Expand Down
2 changes: 1 addition & 1 deletion projectm-sys/.github/workflows/publish_crate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install Packages
run: |
Expand Down

0 comments on commit ca89ea1

Please sign in to comment.