mirror of
https://github.com/Polprzewodnikowy/N64FlashcartMenu.git
synced 2024-11-24 19:46:54 +01:00
This commit is contained in:
parent
9142bf9832
commit
638aafcb74
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -26,6 +26,11 @@ jobs:
|
|||||||
username: ${{ github.repository_owner }}
|
username: ${{ github.repository_owner }}
|
||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
password: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
|
- name: Install pinned version of devcontainers cli (https://github.com/devcontainers/ci/issues/252#issuecomment-1654523080)
|
||||||
|
shell: bash
|
||||||
|
run: |
|
||||||
|
npm install --global @devcontainers/cli@0.50.0
|
||||||
|
|
||||||
- name: Build N64FlashcartMenu ROM
|
- name: Build N64FlashcartMenu ROM
|
||||||
uses: devcontainers/ci@v0.3
|
uses: devcontainers/ci@v0.3
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user