Skip to content

Commit

Permalink
Merge pull request #502 from demergent-labs/back_to_0_23_0
Browse files Browse the repository at this point in the history
revert back to dfx 0.23.0
  • Loading branch information
lastmjs authored Sep 10, 2024
2 parents c1433dc + e582010 commit 7e3f921
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- if: contains(github.head_ref, 'release--')
name: Install dfx
run: |
DFXVM_INIT_YES=true DFX_VERSION=0.22.0 sh -ci "$(curl -fsSL https://sdk.dfinity.org/install.sh)"
DFXVM_INIT_YES=true DFX_VERSION=0.23.0 sh -ci "$(curl -fsSL https://sdk.dfinity.org/install.sh)"
echo "$HOME/.local/share/dfx/bin" >> $GITHUB_PATH
# TODO we should use some Action-specific bot account
- if: contains(github.head_ref, 'release--')
Expand Down Expand Up @@ -180,11 +180,11 @@ jobs:
uses: actions/cache@v3
with:
path: ~/.cache/dfinity
key: kybra-dfx-0.22.0
key: kybra-dfx-0.23.0
- if: ${{ needs.release-candidate-deploy.outputs.should_run_tests }}
name: Install dfx
run: |
DFXVM_INIT_YES=true DFX_VERSION=0.22.0 sh -ci "$(curl -fsSL https://sdk.dfinity.org/install.sh)"
DFXVM_INIT_YES=true DFX_VERSION=0.23.0 sh -ci "$(curl -fsSL https://sdk.dfinity.org/install.sh)"
echo "$HOME/.local/share/dfx/bin" >> $GITHUB_PATH
- if: ${{ needs.release-candidate-deploy.outputs.should_run_tests }}
working-directory: ${{ matrix.example_directories }}
Expand Down
6 changes: 3 additions & 3 deletions docs/installation.html
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ <h2 id="dependencies"><a class="header" href="#dependencies">Dependencies</a></h
<p>You should be using a *nix environment (Linux, Mac OS, <a href="https://learn.microsoft.com/en-us/windows/wsl/install">WSL if using Windows</a>) with bash and have the following installed on your system:</p>
<ul>
<li>Python 3.10.7</li>
<li>dfx 0.22.0</li>
<li>dfx 0.23.0</li>
<li>Python VS Code Extension</li>
</ul>
<h3 id="python-3107"><a class="header" href="#python-3107">Python 3.10.7</a></h3>
Expand All @@ -166,8 +166,8 @@ <h3 id="python-3107"><a class="header" href="#python-3107">Python 3.10.7</a></h3
~/.pyenv/bin/pyenv install 3.10.7
</code></pre>
<h3 id="dfx"><a class="header" href="#dfx">dfx</a></h3>
<p>Run the following command to install dfx 0.22.0:</p>
<pre><code class="language-bash">DFX_VERSION=0.22.0 sh -ci &quot;$(curl -fsSL https://sdk.dfinity.org/install.sh)&quot;
<p>Run the following command to install dfx 0.23.0:</p>
<pre><code class="language-bash">DFX_VERSION=0.23.0 sh -ci &quot;$(curl -fsSL https://sdk.dfinity.org/install.sh)&quot;
</code></pre>
<p>If after trying to run <code>dfx</code> commands you encounter an error such as <code>dfx: command not found</code>, you might need to add <code>$HOME/bin</code> to your path. Here's an example of doing this in your <code>.bashrc</code>:</p>
<pre><code class="language-bash">echo 'export PATH=&quot;$PATH:$HOME/bin&quot;' &gt;&gt; &quot;$HOME/.bashrc&quot;
Expand Down
6 changes: 3 additions & 3 deletions docs/print.html
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ <h2 id="dependencies"><a class="header" href="#dependencies">Dependencies</a></h
<p>You should be using a *nix environment (Linux, Mac OS, <a href="https://learn.microsoft.com/en-us/windows/wsl/install">WSL if using Windows</a>) with bash and have the following installed on your system:</p>
<ul>
<li>Python 3.10.7</li>
<li>dfx 0.22.0</li>
<li>dfx 0.23.0</li>
<li>Python VS Code Extension</li>
</ul>
<h3 id="python-3107"><a class="header" href="#python-3107">Python 3.10.7</a></h3>
Expand All @@ -354,8 +354,8 @@ <h3 id="python-3107"><a class="header" href="#python-3107">Python 3.10.7</a></h3
~/.pyenv/bin/pyenv install 3.10.7
</code></pre>
<h3 id="dfx"><a class="header" href="#dfx">dfx</a></h3>
<p>Run the following command to install dfx 0.22.0:</p>
<pre><code class="language-bash">DFX_VERSION=0.22.0 sh -ci &quot;$(curl -fsSL https://sdk.dfinity.org/install.sh)&quot;
<p>Run the following command to install dfx 0.23.0:</p>
<pre><code class="language-bash">DFX_VERSION=0.23.0 sh -ci &quot;$(curl -fsSL https://sdk.dfinity.org/install.sh)&quot;
</code></pre>
<p>If after trying to run <code>dfx</code> commands you encounter an error such as <code>dfx: command not found</code>, you might need to add <code>$HOME/bin</code> to your path. Here's an example of doing this in your <code>.bashrc</code>:</p>
<pre><code class="language-bash">echo 'export PATH=&quot;$PATH:$HOME/bin&quot;' &gt;&gt; &quot;$HOME/.bashrc&quot;
Expand Down
2 changes: 1 addition & 1 deletion docs/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/searchindex.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions the_kybra_book/src/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Follow the instructions exactly as stated below to avoid issues.
You should be using a \*nix environment (Linux, Mac OS, [WSL if using Windows](https://learn.microsoft.com/en-us/windows/wsl/install)) with bash and have the following installed on your system:

- Python 3.10.7
- dfx 0.22.0
- dfx 0.23.0
- Python VS Code Extension

### Python 3.10.7
Expand All @@ -27,10 +27,10 @@ curl https://pyenv.run | bash

### dfx

Run the following command to install dfx 0.22.0:
Run the following command to install dfx 0.23.0:

```bash
DFX_VERSION=0.22.0 sh -ci "$(curl -fsSL https://sdk.dfinity.org/install.sh)"
DFX_VERSION=0.23.0 sh -ci "$(curl -fsSL https://sdk.dfinity.org/install.sh)"
```

If after trying to run `dfx` commands you encounter an error such as `dfx: command not found`, you might need to add `$HOME/bin` to your path. Here's an example of doing this in your `.bashrc`:
Expand Down

0 comments on commit 7e3f921

Please sign in to comment.