Skip to content

Commit

Permalink
Update esy nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
NatKarmios committed Jun 24, 2024
1 parent 90119fa commit 310d46d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
python-version: "3.10"
- name: Installing esy
run: sudo npm install -g @esy-nightly/[email protected]169-g9f515ce0 --unsafe-perm
run: sudo npm install -g @esy-nightly/[email protected]177-g496796ae --unsafe-perm
- name: Installing Python prerequisites
run: sudo pip install sphinx furo
- name: Linking thing for Apple Silicon?
Expand All @@ -41,9 +41,9 @@ jobs:
uses: actions/cache@v3
with:
path: _export
key: ${{ runner.os }}-esy-nightly-0.7.2-169-g9f515ce0-${{ hashFiles('esy.lock/index.json') }}
key: ${{ runner.os }}-esy-nightly-0.7.2-177-g496796ae-${{ hashFiles('esy.lock/index.json') }}
restore-keys: |
${{ runner.os }}-esy-nightly-0.7.2-169-g9f515ce0-
${{ runner.os }}-esy-nightly-0.7.2-177-g496796ae-
- name: Esy install
run: "esy install"
Expand Down Expand Up @@ -286,9 +286,9 @@ jobs:
uses: actions/cache@v3
with:
path: _export
key: docker-esy-nightly-0.7.2-169-g9f515ce0-${{ hashFiles('esy.lock/index.json') }}
key: docker-esy-nightly-0.7.2-177-g496796ae-${{ hashFiles('esy.lock/index.json') }}
restore-keys: |
docker-esy-nightly-0.7.2-169-g9f515ce0-
docker-esy-nightly-0.7.2-177-g496796ae-
- name: build and export docker image
uses: docker/build-push-action@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN apt-get install -y \
m4 \
python3

RUN npm install -g @esy-nightly/[email protected]169-g9f515ce0 --unsafe-perm
RUN npm install -g @esy-nightly/[email protected]177-g496796ae --unsafe-perm

RUN mkdir /app

Expand Down

0 comments on commit 310d46d

Please sign in to comment.