Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Polprzewodnikowy committed Jul 28, 2023
1 parent 9142bf9 commit 638aafc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ jobs:
username: ${{ github.repository_owner }}
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/[email protected]
- name: Build N64FlashcartMenu ROM
uses: devcontainers/[email protected]
with:
Expand Down

0 comments on commit 638aafc

Please sign in to comment.