From 310d46d775c29b7034e95b47309eef8967a6bda6 Mon Sep 17 00:00:00 2001 From: Nat Karmios Date: Mon, 24 Jun 2024 17:29:42 +0100 Subject: [PATCH] Update esy nightly --- .github/workflows/ci.yml | 10 +++++----- Dockerfile | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8ee58ad8..f2266abc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: with: python-version: "3.10" - name: Installing esy - run: sudo npm install -g @esy-nightly/esy@0.7.2-169-g9f515ce0 --unsafe-perm + run: sudo npm install -g @esy-nightly/esy@0.7.2-177-g496796ae --unsafe-perm - name: Installing Python prerequisites run: sudo pip install sphinx furo - name: Linking thing for Apple Silicon? @@ -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" @@ -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: diff --git a/Dockerfile b/Dockerfile index 2b6be187..765df465 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ RUN apt-get install -y \ m4 \ python3 -RUN npm install -g @esy-nightly/esy@0.7.2-169-g9f515ce0 --unsafe-perm +RUN npm install -g @esy-nightly/esy@0.7.2-177-g496796ae --unsafe-perm RUN mkdir /app