diff options
author | 2022-06-22 23:21:48 -0700 | |
---|---|---|
committer | 2022-06-22 23:21:48 -0700 | |
commit | 729d445b6885f69dd2c6355f38707bd42851c791 (patch) | |
tree | f87a7c408929ea3f57bbb7ace380cf869da83c0e /.github | |
parent | 25f820c6bf1d8ec6d444ef579cc036b8c0607b75 (diff) | |
download | bun-729d445b6885f69dd2c6355f38707bd42851c791.tar.gz bun-729d445b6885f69dd2c6355f38707bd42851c791.tar.zst bun-729d445b6885f69dd2c6355f38707bd42851c791.zip |
change the directory structurejarred/rename
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/bun.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/bun.yml b/.github/workflows/bun.yml index af71c6f7f..dffab549c 100644 --- a/.github/workflows/bun.yml +++ b/.github/workflows/bun.yml @@ -29,7 +29,7 @@ jobs: - name: Checkout uses: actions/checkout@v2 - name: Checkout submodules - run: git -c submodule."src/javascript/jsc/WebKit".update=none submodule update --init --recursive --depth=1 --progress -j 8 + run: git -c submodule."src/bun.js/WebKit".update=none submodule update --init --recursive --depth=1 --progress -j 8 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v1 - name: Login to Dockerhub @@ -94,7 +94,7 @@ jobs: # - name: Checkout # uses: actions/checkout@v2 # - name: Checkout submodules - # run: git -c submodule."src/javascript/jsc/WebKit".update=none submodule update --init --recursive --depth=1 --progress -j 8 + # run: git -c submodule."src/bun.js/WebKit".update=none submodule update --init --recursive --depth=1 --progress -j 8 # - name: Set up Docker Buildx # uses: docker/setup-buildx-action@v1 # - name: Login to Dockerhub @@ -127,7 +127,7 @@ jobs: - name: Checkout uses: actions/checkout@v2 - name: Checkout submodules - run: git -c submodule."src/javascript/jsc/WebKit".update=none submodule update --init --recursive --depth=1 --progress -j 8 + run: git -c submodule."src/bun.js/WebKit".update=none submodule update --init --recursive --depth=1 --progress -j 8 - name: Login to GitHub Container Registry uses: docker/login-action@v1 with: |