Skip to content

Commit

Permalink
Use hg since git is now failing :-(
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed Mar 8, 2024
1 parent 56cfa92 commit 9b593a5
Showing 1 changed file with 16 additions and 10 deletions.
26 changes: 16 additions & 10 deletions .github/actions/nss/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,23 @@ inputs:
runs:
using: composite
steps:
- name: Checkout NSPR
uses: actions/checkout@v4
with:
repository: "nss-dev/nspr"
path: ${{ github.workspace }}/nspr
# - name: Checkout NSPR
# uses: actions/checkout@v4
# with:
# repository: "nss-dev/nspr"
# path: ${{ github.workspace }}/nspr

- name: Checkout NSS
uses: actions/checkout@v4
with:
repository: "nss-dev/nss"
path: ${{ github.workspace }}/nss
# - name: Checkout NSS
# uses: actions/checkout@v4
# with:
# repository: "nss-dev/nss"
# path: ${{ github.workspace }}/nss

- run: hg clone https://hg.mozilla.org/projects/nspr ${{ github.workspace }}/nspr
shell: bash

- run: hg clone https://hg.mozilla.org/projects/nss ${{ github.workspace }}/nss
shell: bash

- name: Build
shell: bash
Expand Down

0 comments on commit 9b593a5

Please sign in to comment.