Skip to content

Commit

Permalink
revert to midouest/runes:latest
Browse files Browse the repository at this point in the history
  • Loading branch information
midouest committed Apr 22, 2023
1 parent cd34805 commit 69fd40a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,14 @@ on: push
jobs:
build:
runs-on: ubuntu-latest
container: emscripten/emsdk:latest
container: midouest/runes:latest

steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
submodules: true

- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 18.x
cache: yarn

- name: Build matron
run: |
. /emsdk/emsdk_env.sh && \
Expand Down

0 comments on commit 69fd40a

Please sign in to comment.