Skip to content

Commit

Permalink
Adding [email protected] package to registry via mason publish
Browse files Browse the repository at this point in the history
Signed-off-by: Jeremiah Corrado <[email protected]>
  • Loading branch information
jeremiah-corrado committed May 13, 2024
1 parent d22041e commit 30a3b08
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/masonRegCI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@ jobs:
run: |
bash ./checkTomls.bash
- name: Reconfigure git to use HTTPS
run: >
git config --global url."https://github.com/".insteadof
ssh://[email protected]/
run: |
git config --global url."[email protected]:".insteadOf https://github.com/
git config --global url."git://".insteadOf https://
- name: CI Check package
run: |
bash ./util/runMasonCI.bash
11 changes: 11 additions & 0 deletions Bricks/Downsampling/0.1.0.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@

[brick]
chplVersion = "2.1.0"
license = "None"
name = "Downsampling"
source = "[email protected]:jeremiah-corrado/chpl-downsample.git"
type = "library"
version = "0.1.0"

[dependencies]

0 comments on commit 30a3b08

Please sign in to comment.