Skip to content

Commit

Permalink
gh actions: replace specific versions with main
Browse files Browse the repository at this point in the history
  • Loading branch information
floooh committed Aug 21, 2024
1 parent 2cc2741 commit 1693a2f
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@main
- name: prepare
run: |
mkdir workspace
Expand All @@ -28,7 +28,7 @@ jobs:
mac:
runs-on: macos-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@main
- name: prepare
run: |
mkdir workspace
Expand All @@ -39,7 +39,7 @@ jobs:
run: |
cd workspace/chips-test
python fips build osx-make-debug
- name: osx-make-release
- name: osx-make-release
run: |
cd workspace/chips-test
python fips build osx-make-release
Expand All @@ -50,7 +50,7 @@ jobs:
linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@main
- name: prepare
run: |
sudo apt-get update
Expand All @@ -74,7 +74,7 @@ jobs:
emscripten:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@main
- name: prepare
run: |
sudo apt-get install ninja-build
Expand All @@ -91,5 +91,3 @@ jobs:
run: |
cd workspace/chips-test
python fips build wasm-ninja-release

0 comments on commit 1693a2f

Please sign in to comment.