Skip to content

Commit

Permalink
Bump GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
NeRdTheNed committed Oct 12, 2023
1 parent aea2dbe commit ed6ef2a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build
on: [ push, pull_request ]

env:
EM_VERSION: 3.1.44
EM_VERSION: 3.1.47
EM_CACHE_FOLDER: 'emsdk-cache'

jobs:
Expand All @@ -16,7 +16,7 @@ jobs:
runs-on: macOS-${{ matrix.version }}
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Build examples
working-directory: test
run: make -f Makefile.osx all
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
- amd64_arm64
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up MSVC Developer Command Prompt
uses: ilammy/msvc-dev-cmd@v1
with:
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup cache
id: cache-system-libraries
uses: actions/cache@v3
Expand Down

0 comments on commit ed6ef2a

Please sign in to comment.